UNPKG

@convo-lang/convo-lang-pinecone

Version:
6 lines 326 B
import { convoRagService } from "@convo-lang/convo-lang"; import { ConvoPineconeRagService } from "./ConvoPineconeRagService.js"; export const convoPineconeModule = (scope) => { scope.implementService(convoRagService, scope => ConvoPineconeRagService.fromScope(scope)); }; //# sourceMappingURL=convo-pinecone-module.js.map