docs/how_to/self_query/ #30138
Replies: 2 comments
-
How can we define our own allowed comparators for search? |
Beta Was this translation helpful? Give feedback.
-
The answer for the composite filter
is a bit unexpected: there is no highly rated movie that is a science fiction. Even if we can, indeed, give the benefit of doubt on "A psychologist / detective gets lost in.. " the "Three men walk into the Zone" movie is recorded as "genre": "thriller". As such, other LLMs might give an (expected) empty result for this query, since there is no "highly rated" movie that is also a "science fiction" --> "rating" > 8.5 AND "genre" == "science fiction" ". |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
docs/how_to/self_query/
Head to Integrations for documentation on vector stores with built-in support for self-querying.
https://python.langchain.com/docs/how_to/self_query/
Beta Was this translation helpful? Give feedback.
All reactions