Can hybrid search function with filter expr ? #40917
Unanswered
AnyangAngus
asked this question in
Q&A and General discussion
Replies: 1 comment
-
yes, you can place the filter in each sub AnnSearchRequest https://github.com/milvus-io/pymilvus/blob/a2a514c818b610bcbc14cb3741b53ea8e234beec/pymilvus/client/abstract.py#L408. |
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.
-
As the search function can put filter to conduct filter expr when search for a vector.
and in hybird_search, Can filter put into this function as the search ?
ref: https://github.com/milvus-io/pymilvus/blob/a2a514c818b610bcbc14cb3741b53ea8e234beec/pymilvus/milvus_client/milvus_client.py#L293
Beta Was this translation helpful? Give feedback.
All reactions