Skip to content
Snippets Groups Projects
Unverified Commit 42093de8 authored by Gabriel Almeida's avatar Gabriel Almeida Committed by GitHub
Browse files

Fix missing PGVectorStore export (#254)

parent aa48a5d7
No related branches found
No related tags found
No related merge requests found
...@@ -9,4 +9,5 @@ export { SimpleKVStore } from "./kvStore/SimpleKVStore"; ...@@ -9,4 +9,5 @@ export { SimpleKVStore } from "./kvStore/SimpleKVStore";
export * from "./kvStore/types"; export * from "./kvStore/types";
export { MongoDBAtlasVectorSearch } from "./vectorStore/MongoDBAtlasVectorStore"; export { MongoDBAtlasVectorSearch } from "./vectorStore/MongoDBAtlasVectorStore";
export { SimpleVectorStore } from "./vectorStore/SimpleVectorStore"; export { SimpleVectorStore } from "./vectorStore/SimpleVectorStore";
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