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

Added pgvector support #647

Merged
merged 11 commits into from
Sep 27, 2024
Merged

Added pgvector support #647

merged 11 commits into from
Sep 27, 2024

Conversation

andreped
Copy link
Contributor

@andreped andreped commented Sep 18, 2024

fixes #110.

Changes

  • Implemented simple PG_VectorStore class through langchain-postgres

Tested that it works on macOS using Postgres.app application.

This implementation is a variant of what was proposed in the closed PR #469 (comment).

@andreped
Copy link
Contributor Author

@zainhoda Based on a previous PR that was closed, I drafted this implementation to support pgvector, which has been quite a requested feature.

Is there any suggested changes? Are you able to run tests using this implementation?

@zainhoda zainhoda merged commit c21d8bf into vanna-ai:main Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PGVector support
2 participants