mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-05 13:28:49 +08:00
eff75c7701
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
33 lines
873 B
YAML
33 lines
873 B
YAML
ann_accuracy:
|
|
collections:
|
|
-
|
|
milvus:
|
|
cache_config.cpu_cache_capacity: 16GB
|
|
engine_config.use_blas_threshold: 1100
|
|
server:
|
|
cpus: 12
|
|
source_file: /test/milvus/ann_hdf5/sift-128-euclidean.hdf5
|
|
collection_name: sift_128_euclidean
|
|
index_types: ['flat']
|
|
index_params:
|
|
nlist: [1024]
|
|
top_ks: [10]
|
|
nqs: [10000]
|
|
search_params:
|
|
nprobe: [1]
|
|
|
|
# - milvus:
|
|
# cache_config.cpu_cache_capacity: 16GB
|
|
# engine_config.use_blas_threshold: 1100
|
|
# server:
|
|
# cpus: 12
|
|
# source_file: /test/milvus/ann_hdf5/glove-200-angular.hdf5
|
|
# collection_name: glove_200_angular
|
|
# index_types: ['annoy']
|
|
# index_params:
|
|
# n_trees: [8, 32]
|
|
# top_ks: [10]
|
|
# nqs: [10000]
|
|
# search_params:
|
|
# search_k: [50, 100, 500, 1000]
|