Skip to content

Commit 09d63b8

Browse files
committed
modify some args
1 parent b82836b commit 09d63b8

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

ann_benchmarks/algorithms/milvus/config.yml

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ float:
1919
run_groups:
2020
IVFFLAT:
2121
args:
22-
nlist: [32, 64, 128, 256, 512, 1024, 2048, 4096, 8192]
23-
query_args:
24-
[[10, 15, 20, 25, 30]]
22+
nlist: [128, 256, 512, 1024, 2048, 4096]
23+
query_args: [[1, 10, 20, 50, 100]]
2524
- base_args: ["@metric", "@dimension"]
2625
constructor: MilvusIVFSQ8
2726
disabled: false
@@ -31,10 +30,8 @@ float:
3130
run_groups:
3231
IVFSQ8:
3332
args:
34-
args:
35-
nlist: [32, 64, 128, 256, 512, 1024, 2048, 4096, 8192]
36-
query_args:
37-
[[10, 15, 20, 25, 30]]
33+
nlist: [128, 256, 512, 1024, 2048, 4096]
34+
query_args: [[1, 10, 20, 50, 100]]
3835
- base_args: ["@metric", "@dimension"]
3936
constructor: MilvusIVFPQ
4037
disabled: false
@@ -44,10 +41,9 @@ float:
4441
run_groups:
4542
IVFPQ:
4643
args:
47-
nlist: [32, 64, 128, 256, 512, 1024, 2048, 4096, 8192]
44+
nlist: [128, 256, 512, 1024, 2048, 4096]
4845
m: [2, 4]
49-
query_args:
50-
[[10, 15, 20, 25, 30]]
46+
query_args: [[1, 10, 20, 50, 100]]
5147
- base_args: ["@metric", "@dimension"]
5248
constructor: MilvusHNSW
5349
disabled: false
@@ -59,8 +55,7 @@ float:
5955
args:
6056
M: [4, 8, 12, 16, 24, 36, 48, 64, 96]
6157
efConstruction: [200, 500]
62-
query_args:
63-
[[10, 15, 20, 25, 30, 35, 40, 50, 60, 80, 120, 200, 400]]
58+
query_args: [[10, 20, 40, 80, 120, 200, 400, 600, 800]]
6459
- base_args: ["@metric", "@dimension"]
6560
constructor: MilvusSCANN
6661
disabled: false
@@ -70,6 +65,5 @@ float:
7065
run_groups:
7166
SCANN:
7267
args:
73-
nlist: [32, 64, 128, 256, 512, 1024, 2048, 4096, 8192]
74-
query_args:
75-
[[10, 15, 20, 25, 30]]
68+
nlist: [64, 128, 256, 512, 1024, 2048, 4096, 8192]
69+
query_args: [[1, 10, 20, 30, 50]]

0 commit comments

Comments
 (0)