-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pinecone - filters #133
Pinecone - filters #133
Conversation
b69f747
to
435da6a
Compare
"not in": _not_in, | ||
} | ||
|
||
LOGICAL_OPERATORS = {"AND": "$and", "OR": "$or"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would put module constants at the top
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The fact is that COMPARISON_OPERATORS
depends on some functions, so they should live after the function definitions.
And I would prefer LOGICAL_OPERATORS
to be close.
Co-authored-by: Massimiliano Pippi <[email protected]>
…tack-core-integrations into pinecone-filters
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good!
No description provided.