提交 d4ef34d8 编写于 作者: J JinHai-CN

Update test case format

Signed-off-by: NJinHai-CN <hai.jin@zilliz.com>
上级 58dde9cd
......@@ -611,7 +611,7 @@ def get_search_param(index_type):
return {"nprobe": 32}
elif index_type == IndexType.HNSW:
return {"ef": 64}
elif index_type == IndexType.RNSG:
elif index_type == IndexType.RNSG:
return {"search_length": 50}
else:
logging.getLogger().info("Invalid index_type.")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册