[PR #84] [CLOSED] Update PGVector community plugin to support uid, directory_id, source_id indexing and search #155

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langchain-postgres/pull/84
Author: @liuwb
Created: 7/5/2024
Status: Closed

Base: mainHead: feature/jarvis


📝 Commits (2)

  • e27221a create hnsw index in PGVector
  • fc68fc0 add uid,directory_id,source_id to support Jarvis project

📊 Changes

1 file changed (+116 additions, -515 deletions)

View changed files

📝 langchain_postgres/vectorstores.py (+116 -515)

📄 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/84 **Author:** [@liuwb](https://github.com/liuwb) **Created:** 7/5/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feature/jarvis` --- ### 📝 Commits (2) - [`e27221a`](https://github.com/langchain-ai/langchain-postgres/commit/e27221ab2574184a466f9dd7ebbc8c1c36303784) create hnsw index in PGVector - [`fc68fc0`](https://github.com/langchain-ai/langchain-postgres/commit/fc68fc02a801e993ef1e7d42c8bffdd07b5d85a0) add uid,directory_id,source_id to support Jarvis project ### 📊 Changes **1 file changed** (+116 additions, -515 deletions) <details> <summary>View changed files</summary> 📝 `langchain_postgres/vectorstores.py` (+116 -515) </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:47 -05:00
yindo closed this issue 2026-02-16 05:16:47 -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#155