Replies: 2 comments
-
I noticed there is already FirestoreVectorStore for LangChain in python, |
Beta Was this translation helpful? Give feedback.
0 replies
-
+1 to this issue, are plans for porting it to langchainjs? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Checked
Feature request
Provide community offering for langchain-firestore that provides a FirestoreVectorStore. Per https://firebase.google.com/docs/firestore/vector-search this is now in public preview.
Motivation
I'm already using firestore as a document/chunk repository and have had to historically store the vector embeddings elsewhere. Now that firestore can index vectors I can potentially do away with an extra db
Proposal (If applicable)
I don't see any existing work on this so I've already started coding a FirestoreVectorStore myself and would be happy to contribute this back to @langchain/community (but might need some help with this non-trivial PR)
Beta Was this translation helpful? Give feedback.
All reactions