Skip to content
Snippets Groups Projects
Commit 95742e77 authored by Michael Tutty's avatar Michael Tutty Committed by Marcus Schiesser
Browse files

AddPineconeVectorStore to storage/index.ts

parent a8845a33
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,7 @@ export { SimpleKVStore } from "./kvStore/SimpleKVStore"; ...@@ -9,6 +9,7 @@ export { SimpleKVStore } from "./kvStore/SimpleKVStore";
export * from "./kvStore/types"; export * from "./kvStore/types";
export { AstraDBVectorStore } from "./vectorStore/AstraDBVectorStore"; export { AstraDBVectorStore } from "./vectorStore/AstraDBVectorStore";
export { MongoDBAtlasVectorSearch } from "./vectorStore/MongoDBAtlasVectorStore"; export { MongoDBAtlasVectorSearch } from "./vectorStore/MongoDBAtlasVectorStore";
export { PineconeVectorStore } from "./vectorStore/PineconeVectorStore";
export { SimpleVectorStore } from "./vectorStore/SimpleVectorStore"; export { SimpleVectorStore } from "./vectorStore/SimpleVectorStore";
export { PGVectorStore } from "./vectorStore/PGVectorStore"; export { PGVectorStore } from "./vectorStore/PGVectorStore";
export * from "./vectorStore/types"; export * from "./vectorStore/types";
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment