mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-04 04:49:08 +08:00
[skip ci] Remove unused parameter (#10805)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
parent
f4e5ce7518
commit
f127f726ef
@ -18,7 +18,6 @@ top_k = 1
|
|||||||
nprobe = 1
|
nprobe = 1
|
||||||
epsilon = 0.001
|
epsilon = 0.001
|
||||||
nlist = 128
|
nlist = 128
|
||||||
# index_params = {'index_type': IndexType.IVFLAT, 'nlist': 16384}
|
|
||||||
default_index = {"index_type": "IVF_FLAT", "params": {"nlist": 16384}, "metric_type": "L2"}
|
default_index = {"index_type": "IVF_FLAT", "params": {"nlist": 16384}, "metric_type": "L2"}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user