mirror of
https://github.com/langchain-ai/langchain-postgres.git
synced 2026-07-16 01:33:18 -04:00
Expose aapply_hybrid_search_index in PGVectorStore
#83
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 @JHSeo-git on GitHub (Jul 31, 2025).
Originally assigned to: @dishaprakash on GitHub.
I'm currently using
langchain_postgresand found that the methodaapply_hybrid_search_indexis implemented inlangchain_postgres/v2/async_vectorstore.py,but it's not exposed through the
PGVectorStoreinterface.Because of this, there's no way to apply the hybrid search index when working with a
PGVectorStoreinstance created viaPGVectorStore.create().To address this, I’d like to suggest exposing
aapply_hybrid_search_indexonPGVectorStore:Thanks for the great work on this library!
@dishaprakash commented on GitHub (Aug 19, 2025):
Closing this issue since the PR https://github.com/langchain-ai/langchain-postgres/pull/244 was merged.