mirror of
https://github.com/langchain-ai/langchain-postgres.git
synced 2026-07-16 01:33:18 -04:00
[PR #245] [MERGED] docs: Add documentation for Hybrid Search #258
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/245
Author: @dishaprakash
Created: 8/13/2025
Status: ✅ Merged
Merged: 8/19/2025
Merged by: @dishaprakash
Base:
main← Head:hybrid-search-docs📝 Commits (6)
fb3db51docs: Add documentation for Hybrid Search78282delinter fixeb05170minor fix79ae757minor fix43dbf89review changesfc3294aminor change📊 Changes
2 files changed (+272 additions, -0 deletions)
View changed files
📝
README.md(+18 -0)📝
examples/pg_vectorstore_how_to.ipynb(+254 -0)📄 Description
Adds documentation for hybrid search
This PR adds:
- Creating a new table with the tsv column
- Using a pre-existing table without the tsv column
- Hybrid search only on specific similarity searches.
- Applying hybrid search index
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.