mirror of
https://github.com/langchain-ai/langchain-postgres.git
synced 2026-07-16 01:33:18 -04:00
[PR #210] [MERGED] fix: Add support for a metadata column named id in PGVectorStore #238
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langchain-ai/langchain-postgres/pull/210
Author: @dishaprakash
Created: 5/13/2025
Status: ✅ Merged
Merged: 6/3/2025
Merged by: @averikitsch
Base:
main← Head:id-column-issue📝 Commits (2)
b6a919ffix: Add support for a metadata column named id1eb3238Merge branch 'main' into id-column-issue📊 Changes
1 file changed (+3 additions, -3 deletions)
View changed files
📝
langchain_postgres/v2/async_vectorstore.py(+3 -3)📄 Description
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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.