Skip to content
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

Closed
gaocegege opened this issue Apr 22, 2023 · 5 comments
Closed

feat: Imeplement langchain vector stores interface #11

gaocegege opened this issue Apr 22, 2023 · 5 comments

Comments

@gaocegege
Copy link
Member

https://python.langchain.com/en/latest/reference/modules/vectorstores.html?highlight=vector

@gaocegege
Copy link
Member Author

We should implement a new vector store in langchain postgres

@BeautyyuYanli
Copy link
Contributor

BeautyyuYanli commented Oct 17, 2023

I'm working on this and it will be built upon #58 , with ref to https://python.langchain.com/docs/integrations/vectorstores/pgvector

@gaocegege
Copy link
Member Author

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>
@BeautyyuYanli
Copy link
Contributor

@gaocegege
Copy link
Member Author

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
Projects
None yet
Development

No branches or pull requests

2 participants