{"version":3,"file":"advanced.mjs","sources":["advanced.js"],"sourcesContent":["import { PineconePipelineHandler, } from \"../pinecone\";\nclass AdvancedPinecone extends PineconePipelineHandler {\n    // @ts-ignore\n    Index(index) {\n        return this.index(index);\n    }\n    // @ts-ignore: hack to avoid base class inheritance issues\n    index(index) {\n        const apiHandler = super.indexInner(index);\n        return apiHandler;\n    }\n}\nexport { AdvancedPinecone };\n"],"names":[],"mappings":";;AACA,MAAM,gBAAgB,SAAS,uBAAuB,CAAC;AACvD;AACA,IAAI,KAAK,CAAC,KAAK,EAAE;AACjB,QAAQ,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;AACjC,KAAK;AACL;AACA,IAAI,KAAK,CAAC,KAAK,EAAE;AACjB,QAAQ,MAAM,UAAU,GAAG,KAAK,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC;AACnD,QAAQ,OAAO,UAAU,CAAC;AAC1B,KAAK;AACL;;;;"}