[PR #102] [CLOSED] Full text search #164

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langchain-postgres/pull/102
Author: @danielfornarini
Created: 8/7/2024
Status: Closed

Base: mainHead: full-text-search


📝 Commits (8)

📊 Changes

2 files changed (+72 additions, -9 deletions)

View changed files

📝 langchain_postgres/__init__.py (+2 -1)
📝 langchain_postgres/vectorstores.py (+70 -8)

📄 Description

No description provided


🔄 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/102 **Author:** [@danielfornarini](https://github.com/danielfornarini) **Created:** 8/7/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `full-text-search` --- ### 📝 Commits (8) - [`71a9b00`](https://github.com/langchain-ai/langchain-postgres/commit/71a9b006334ccf3679174fcef580557720f53467) add full text search - [`953c33d`](https://github.com/langchain-ai/langchain-postgres/commit/953c33db0cf05bd2bfd7b685b264dbaf77c6ca30) add async full text search - [`3a0500c`](https://github.com/langchain-ai/langchain-postgres/commit/3a0500c577947084c06a713b1a94b8c8f7f37014) add indexes - [`d137386`](https://github.com/langchain-ai/langchain-postgres/commit/d137386f6196a78cf34c21398a341b3203bfbd71) fix - [`8d7773a`](https://github.com/langchain-ai/langchain-postgres/commit/8d7773a55be0e5cb9071dedd97e317eb17e67ab6) fix - [`ceb38b0`](https://github.com/langchain-ai/langchain-postgres/commit/ceb38b093e4699d7361bb4af0a05cdc2bfa731c0) fix - [`543f7c6`](https://github.com/langchain-ai/langchain-postgres/commit/543f7c60d7bf60210183dc049b29e7e2c9a01ef1) add documentation - [`c65cdc7`](https://github.com/langchain-ai/langchain-postgres/commit/c65cdc768d42a4e112cdec7f26f55cac1653cf24) add documentation ### 📊 Changes **2 files changed** (+72 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `langchain_postgres/__init__.py` (+2 -1) 📝 `langchain_postgres/vectorstores.py` (+70 -8) </details> ### 📄 Description _No description provided_ --- <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:16:49 -05:00
yindo closed this issue 2026-02-16 05:16:49 -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#164