[PR #67] [MERGED] add unit tests for $in and $nin operators #144

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langchain-postgres/pull/67
Author: @eyurtsev
Created: 6/10/2024
Status: Merged
Merged: 6/10/2024
Merged by: @eyurtsev

Base: mainHead: eugene/add_filtering_test_cases


📝 Commits (2)

📊 Changes

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

View changed files

📝 langchain_postgres/vectorstores.py (+5 -0)
📝 tests/unit_tests/fixtures/filtering_test_cases.py (+10 -0)

📄 Description

Add unit tests for $in and $nin operators


🔄 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/67 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 6/10/2024 **Status:** ✅ Merged **Merged:** 6/10/2024 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `eugene/add_filtering_test_cases` --- ### 📝 Commits (2) - [`73d16ea`](https://github.com/langchain-ai/langchain-postgres/commit/73d16ea358c439cf22c73403cd234ec14938be38) x - [`82f14ba`](https://github.com/langchain-ai/langchain-postgres/commit/82f14ba1c90b728cded62cc1aeb60959be46276f) x ### 📊 Changes **2 files changed** (+15 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `langchain_postgres/vectorstores.py` (+5 -0) 📝 `tests/unit_tests/fixtures/filtering_test_cases.py` (+10 -0) </details> ### 📄 Description Add unit tests for $in and $nin operators --- <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:45 -05:00
yindo closed this issue 2026-02-16 05:16:45 -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#144