mirror of
https://github.com/langchain-ai/langchain-postgres.git
synced 2026-07-16 01:33:18 -04:00
Update dependencies to use/permit pgvector 0.3 #66
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 @amotl on GitHub (Jan 29, 2025).
Hi there,
thanks a stack for conceiving langchain-postgres. We are using it to derive langchain-cratedb from, because CrateDB is compatible with PostgreSQL, and that works perfectly well.
@ccurme: We are in dear need for an update, because, currently, using the adapter (both langchain-postgres and langchain-cratedb) is not possible when downstream projects already depend on
pgvector>=0.3.0, which has been released on Jun 26, 2024.GH-147 by @danielfornarini does even more about bringing in features of recent pgvector, but at the minimum, we need it to unblock installing pgvector 0.3.
With kind regards,
Andreas.
Problem
@amotl commented on GitHub (Jan 29, 2025):
Software tests succeed without ado on GH-157, so GH-147 can possibly be scheduled for a subsequent release?
@eyurtsev commented on GitHub (Feb 5, 2025):
merged