Replies: 2 comments
-
Bump this. Run into that limitation as sometimes VectorIndexRetriever generate IS_EMPTY filters with
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Is there a solution to this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
From the docs, we can do:
But we should also be able to do something like:
where the value can be
None
since there are many cases in the real world where a filter can beNone
. For example:university
and others do notand so on.
Beta Was this translation helpful? Give feedback.
All reactions