mirror of
https://github.com/langchain-ai/langchain-postgres.git
synced 2026-07-16 01:33:18 -04:00
[PR #62] [MERGED] Add support for the Negation('$not') operator #145
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langchain-ai/langchain-postgres/pull/62
Author: @Raj725
Created: 6/3/2024
Status: ✅ Merged
Merged: 6/10/2024
Merged by: @eyurtsev
Base:
main← Head:pgvector_not_operator📝 Commits (5)
57c5125Add support for '$not' operatordaffaa3Merge branch 'main' into pgvector_not_operatorfb66437qxqx3711723x270a933qxqx📊 Changes
3 files changed (+70 additions, -12 deletions)
View changed files
📝
langchain_postgres/vectorstores.py(+33 -10)📝
tests/unit_tests/fixtures/filtering_test_cases.py(+35 -2)📝
tests/unit_tests/test_vectorstore.py(+2 -0)📄 Description
Add support for the Negation(
$not) operator in PGVector🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.