-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Imeplement langchain vector stores interface #11
Labels
Comments
We should implement a new vector store in langchain |
gaocegege
added
priority/2-medium 💛
help wanted 🆘
Extra attention is needed
type/feature 💡
area/ecosystem 🌲
labels
Aug 31, 2023
I'm working on this and it will be built upon #58 , with ref to https://python.langchain.com/docs/integrations/vectorstores/pgvector |
Thanks, I assigned this to you. |
baskaryan
added a commit
to langchain-ai/langchain
that referenced
this issue
Nov 3, 2023
Supprt [pgvecto.rs](https://github.com/tensorchord/pgvecto.rs) as a new VectorStore type. This introduces a new dependency [pgvecto_rs](https://pypi.org/project/pgvecto_rs/) and upgrade SQLAlchemy to ^2. Relate to tensorchord/pgvecto.rs#11 --------- Co-authored-by: Bagatur <baskaryan@gmail.com>
Thanks for your contribution! 🎉 👍 |
xieqihui
pushed a commit
to xieqihui/langchain
that referenced
this issue
Nov 21, 2023
Supprt [pgvecto.rs](https://github.com/tensorchord/pgvecto.rs) as a new VectorStore type. This introduces a new dependency [pgvecto_rs](https://pypi.org/project/pgvecto_rs/) and upgrade SQLAlchemy to ^2. Relate to tensorchord/pgvecto.rs#11 --------- Co-authored-by: Bagatur <baskaryan@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
https://python.langchain.com/en/latest/reference/modules/vectorstores.html?highlight=vector
The text was updated successfully, but these errors were encountered: