mirror of
https://github.com/langchain-ai/langchain-postgres.git
synced 2026-07-16 01:33:18 -04:00
Support newer versions of pgvector #57
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?
Originally created by @mayrop on GitHub (Oct 31, 2024).
Currently, the versions supported are
langchain-postgres (0.0.12) depends on pgvector (>=0.2.5,<0.3.0). Newer versions support would be nice: https://pypi.org/project/pgvector/#history@mayrop commented on GitHub (Feb 12, 2025):
See https://github.com/langchain-ai/langchain-postgres/commit/3c80a89cf7ed88f85b3dbd39d301f69094f940af
@BobErgot commented on GitHub (Aug 4, 2025):
Do we have any updates on this? What seems to be the blocker? @eyurtsev
@eyurtsev commented on GitHub (Aug 4, 2025):
@BobErgot a fix has been released a while back. let me know if this doesn't work for you with newer versions:
https://github.com/langchain-ai/langchain-postgres/blob/main/pyproject.toml#L13