Skip to content

Commit 7129e2b

Browse files
authored
Add $not operator to list of supported operator in pgvector doc-string (#69)
Document $not operator
1 parent fb82e21 commit 7129e2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

langchain_postgres/vectorstores.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ class PGVector(VectorStore):
318318
* $ilike: Case insensitive like operator
319319
* $and: Logical AND operator
320320
* $or: Logical OR operator
321+
* $not: Logical NOT operator
321322
322323
Example:
323324

0 commit comments

Comments
 (0)