Skip to content

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.

4 participants