[PR #185] [MERGED] fix: remove string filters and parameterize filters #214

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langchain-postgres/pull/185
Author: @averikitsch
Created: 4/7/2025
Status: Merged
Merged: 4/7/2025
Merged by: @averikitsch

Base: mainHead: safe-filters


📝 Commits (7)

  • 9be659b fix: remove string filters and parameterize filters
  • 637d80e lint
  • 2d6565b lint
  • d6e3032 Merge branch 'main' into safe-filters
  • bbbe10e Update test_async_pg_vectorstore_search.py
  • 4a6a48b Update async_vectorstore.py
  • 7b2777f Merge branch 'main' into safe-filters

📊 Changes

4 files changed (+76 additions, -120 deletions)

View changed files

📝 langchain_postgres/v2/async_vectorstore.py (+62 -42)
📝 langchain_postgres/v2/vectorstores.py (+14 -14)
📝 tests/unit_tests/v2/test_async_pg_vectorstore_search.py (+0 -34)
📝 tests/unit_tests/v2/test_pg_vectorstore_search.py (+0 -30)

📄 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/185 **Author:** [@averikitsch](https://github.com/averikitsch) **Created:** 4/7/2025 **Status:** ✅ Merged **Merged:** 4/7/2025 **Merged by:** [@averikitsch](https://github.com/averikitsch) **Base:** `main` ← **Head:** `safe-filters` --- ### 📝 Commits (7) - [`9be659b`](https://github.com/langchain-ai/langchain-postgres/commit/9be659b69a918a3856ab1e9fdf051566ee90c1c3) fix: remove string filters and parameterize filters - [`637d80e`](https://github.com/langchain-ai/langchain-postgres/commit/637d80edc0efe3569800de40a16a8c4c9fd939a8) lint - [`2d6565b`](https://github.com/langchain-ai/langchain-postgres/commit/2d6565b19a12e836348b776e2f8c5bc655f08bca) lint - [`d6e3032`](https://github.com/langchain-ai/langchain-postgres/commit/d6e303247c7dcdc0f8c028daa5d1d08e3a7af609) Merge branch 'main' into safe-filters - [`bbbe10e`](https://github.com/langchain-ai/langchain-postgres/commit/bbbe10eb64e4603b4b22c68647e6821f08a64aec) Update test_async_pg_vectorstore_search.py - [`4a6a48b`](https://github.com/langchain-ai/langchain-postgres/commit/4a6a48bf96836fed7a87eea4630aa079733f7f6e) Update async_vectorstore.py - [`7b2777f`](https://github.com/langchain-ai/langchain-postgres/commit/7b2777ff12c198984c13fa9c7ef99faed33cb43c) Merge branch 'main' into safe-filters ### 📊 Changes **4 files changed** (+76 additions, -120 deletions) <details> <summary>View changed files</summary> 📝 `langchain_postgres/v2/async_vectorstore.py` (+62 -42) 📝 `langchain_postgres/v2/vectorstores.py` (+14 -14) 📝 `tests/unit_tests/v2/test_async_pg_vectorstore_search.py` (+0 -34) 📝 `tests/unit_tests/v2/test_pg_vectorstore_search.py` (+0 -30) </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:59 -05:00
yindo closed this issue 2026-02-16 05:16:59 -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#214