Skip to content

feat: Add the PGVectorStore #175

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

Merged
merged 4 commits into from
Apr 4, 2025
Merged

feat: Add the PGVectorStore #175

merged 4 commits into from
Apr 4, 2025

Conversation

averikitsch
Copy link
Collaborator

This PR includes

  • New PGVectorStore classes (in namespace v2)
  • Migration module and guide
  • Deprecation warning for PGVector
  • Updated documentation

@averikitsch averikitsch requested a review from eyurtsev April 4, 2025 19:49
@averikitsch averikitsch changed the title feat: Add the PGVectorStore clas feat: Add the PGVectorStore Apr 4, 2025
Copy link
Collaborator

@eyurtsev eyurtsev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's merge

@averikitsch averikitsch merged commit b1c9819 into main Apr 4, 2025
5 checks passed
@averikitsch averikitsch deleted the pg-vectorstore branch April 4, 2025 20:06
pgvector = "<0.4"
numpy = ">=1.21"
pgvector = ">=0.2.5,<0.4"
numpy = "^1.21"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • We should try to relax numpy constraint
  • We likely need to expand asyncpg constraint (to support slightly older versions) 0.30.0 is less than a year old I think?

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.

3 participants