Skip to content

fix: Add support for a metadata column named id in PGVectorStore #210

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 2 commits into from
Jun 3, 2025

Conversation

dishaprakash
Copy link
Collaborator

Add support for a metadata column named id in PGVectorStore

Fixes an issue that prevented adding a metadata column named id to the vector store, due to a conflict with the id parameter in the insert query. Users can now successfully include a metadata column with the name id.

@dishaprakash dishaprakash marked this pull request as ready for review May 13, 2025 18:54
@dishaprakash
Copy link
Collaborator Author

The test failures are due to an issue with the workflow.

@averikitsch averikitsch merged commit b342b29 into main Jun 3, 2025
2 checks passed
@averikitsch averikitsch deleted the id-column-issue branch June 3, 2025 20:57
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.

2 participants