[PR #233] [CLOSED] chore: add documentation for Hybrid Seach #254

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langchain-postgres/pull/233
Author: @vishwarajanand
Created: 7/6/2025
Status: Closed

Base: mainHead: hybrid-search-docs


📝 Commits (3)

📊 Changes

2 files changed (+103 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)
📝 examples/pg_vectorstore_how_to.ipynb (+102 -0)

📄 Description

Adds documentation for hybrid search:

  • examples/pg_vectorstore_how_to.ipynb -> Adds how to do Hybrid search, specifically initialize a table, initilaize VS object, add documents, etc

Reviewer decision points:

  1. Should we add more contents into README?
    • Might make README bulkier and heavier to read?
  2. Should we write an additional markdown for hybrid search?
    • Challenge in curating specific examples

🔄 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/233 **Author:** [@vishwarajanand](https://github.com/vishwarajanand) **Created:** 7/6/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `hybrid-search-docs` --- ### 📝 Commits (3) - [`7275b86`](https://github.com/langchain-ai/langchain-postgres/commit/7275b863900d2587a756aed9307f1bf1624754ad) chore: add documentation for Hybrid Seach - [`c3de14d`](https://github.com/langchain-ai/langchain-postgres/commit/c3de14d7202bcaa5f3c626e9903f71d0571fceb3) chore: lint fixes - [`b510e4c`](https://github.com/langchain-ai/langchain-postgres/commit/b510e4c52689bc9a4127a544bcfd0d6ca15fa8f0) chore: lint fixes ### 📊 Changes **2 files changed** (+103 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `examples/pg_vectorstore_how_to.ipynb` (+102 -0) </details> ### 📄 Description Adds documentation for hybrid search: * examples/pg_vectorstore_how_to.ipynb -> Adds how to do Hybrid search, specifically initialize a table, initilaize VS object, add documents, etc ## Reviewer decision points: 1. Should we add more contents into README? * Might make README bulkier and heavier to read? 2. Should we write an additional markdown for hybrid search? * Challenge in curating specific examples --- <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:07 -05:00
yindo closed this issue 2026-02-16 05:17:07 -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#254