mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 03:13:22 +08:00
12 lines
280 B
YAML
12 lines
280 B
YAML
datasets:
|
|
- glove-200-angular:
|
|
index_file_sizes: [1024]
|
|
index_types: ['ivf_sq8']
|
|
# index_types: ['ivf_sq8']
|
|
nlists: [16384]
|
|
search_param:
|
|
nprobes: [256, 400, 256]
|
|
top_ks: [100]
|
|
nqs: [10000]
|
|
hdf5_path: /test/milvus/ann_hdf5/
|