[PR #245] [MERGED] docs: Add documentation for Hybrid Search #258

Closed
opened 2026-02-16 05:17:08 -05:00 by yindo · 0 comments
Owner

📋 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: mainHead: hybrid-search-docs


📝 Commits (6)

📊 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:

  • A code snippet in the README
  • Section in the how-to guide on multiple scenarios the hybrid search config can be used in. The scenarios are
    - 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.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langchain-postgres/pull/245 **Author:** [@dishaprakash](https://github.com/dishaprakash) **Created:** 8/13/2025 **Status:** ✅ Merged **Merged:** 8/19/2025 **Merged by:** [@dishaprakash](https://github.com/dishaprakash) **Base:** `main` ← **Head:** `hybrid-search-docs` --- ### 📝 Commits (6) - [`fb3db51`](https://github.com/langchain-ai/langchain-postgres/commit/fb3db516a158b06343cfffae36ffce28c8bfc3ec) docs: Add documentation for Hybrid Search - [`78282de`](https://github.com/langchain-ai/langchain-postgres/commit/78282dee4daed2e27f126b6392f16e104a8f4e87) linter fix - [`eb05170`](https://github.com/langchain-ai/langchain-postgres/commit/eb05170596728f86cf1f2ff8fc460d74b4466087) minor fix - [`79ae757`](https://github.com/langchain-ai/langchain-postgres/commit/79ae7570dd25cb1afb700ef271239d35ae48aec4) minor fix - [`43dbf89`](https://github.com/langchain-ai/langchain-postgres/commit/43dbf89c234a5dd1d527bea1941b6ec53807abab) review changes - [`fc3294a`](https://github.com/langchain-ai/langchain-postgres/commit/fc3294a8f0dc24f2f19aa49b154b09ec34d41fee) minor change ### 📊 Changes **2 files changed** (+272 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+18 -0) 📝 `examples/pg_vectorstore_how_to.ipynb` (+254 -0) </details> ### 📄 Description Adds documentation for hybrid search This PR adds: - A code snippet in the README - Section in the how-to guide on multiple scenarios the hybrid search config can be used in. The scenarios are - 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 05:17:08 -05:00
yindo closed this issue 2026-02-16 05:17:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langchain-postgres#258