mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add comments of search_param_analysis func on benchmark (#10266)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>
This commit is contained in:
parent
11c9f86934
commit
f2afb70b3c
@ -147,6 +147,7 @@ def get_server_tag(deploy_params):
|
||||
|
||||
|
||||
def search_param_analysis(vector_query, filter_query):
|
||||
""" Search parameter adjustment, applicable pymilvus version >= 2.0.0rc7.dev24 """
|
||||
|
||||
if "vector" in vector_query:
|
||||
vector = vector_query["vector"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user