[PR #146] add a new operator for array inclusion filtering #188

Open
opened 2026-02-16 05:16:54 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langchain-postgres/pull/146
Author: @sjjpo2002
Created: 12/9/2024
Status: 🔄 Open

Base: mainHead: patch-1


📝 Commits (1)

  • 0e4758f add a new opertor for array inclusion filtering

📊 Changes

1 file changed (+73 additions, -194 deletions)

View changed files

📝 langchain_postgres/vectorstores.py (+73 -194)

📄 Description

This PR is to resolve the issue reported here:
https://github.com/langchain-ai/langchain-postgres/issues/143


🔄 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/146 **Author:** [@sjjpo2002](https://github.com/sjjpo2002) **Created:** 12/9/2024 **Status:** 🔄 Open **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`0e4758f`](https://github.com/langchain-ai/langchain-postgres/commit/0e4758f422f0706a87ba4bf8b5c200e7540e71fd) add a new opertor for array inclusion filtering ### 📊 Changes **1 file changed** (+73 additions, -194 deletions) <details> <summary>View changed files</summary> 📝 `langchain_postgres/vectorstores.py` (+73 -194) </details> ### 📄 Description This PR is to resolve the issue reported here: https://github.com/langchain-ai/langchain-postgres/issues/143 --- <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:54 -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#188