mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
57 lines
1.9 KiB
YAML
57 lines
1.9 KiB
YAML
|
|
accuracy:
|
|
# interface: search_vectors
|
|
query:
|
|
[
|
|
{
|
|
"dataset": "random_50m_1024_512_ip",
|
|
"index.index_types": ["flat", "ivf_flat"],
|
|
"index.nlists": [16384],
|
|
"index.metric_types": ["ip"],
|
|
"nprobes": [8, 64, 128, 512, 2048],
|
|
"top_ks": [64],
|
|
"nqs": [1000],
|
|
"server.use_blas_threshold": 1100,
|
|
"server.use_gpu_threshold": 100,
|
|
"server.cpu_cache_capacity": 120,
|
|
"server.gpu_cache_capacity": 6,
|
|
"server.enable_gpu": True,
|
|
"server.resources": ["gpu0", "gpu1"],
|
|
"db_path_prefix": "/test/milvus/db_data/random_50m_1024_512_ip_ivf",
|
|
"sift_acc": false
|
|
},
|
|
{
|
|
"dataset": "random_50m_1024_512_ip",
|
|
"index.index_types": ["flat", "ivf_sq8"],
|
|
"index.nlists": [16384],
|
|
"index.metric_types": ["ip"],
|
|
"nprobes": [8, 64, 128, 512, 2048],
|
|
"top_ks": [64],
|
|
"nqs": [1000],
|
|
"server.use_blas_threshold": 1100,
|
|
"server.use_gpu_threshold": 100,
|
|
"server.cpu_cache_capacity": 120,
|
|
"server.gpu_cache_capacity": 6,
|
|
"server.enable_gpu": True,
|
|
"server.resources": ["gpu0", "gpu1"],
|
|
"db_path_prefix": "/test/milvus/db_data/random_50m_1024_512_ip_sq8",
|
|
"sift_acc": false
|
|
},
|
|
{
|
|
"dataset": "random_50m_1024_512_ip",
|
|
"index.index_types": ["flat", "ivf_sq8h"],
|
|
"index.nlists": [16384],
|
|
"index.metric_types": ["ip"],
|
|
"nprobes": [8, 64, 128, 512, 2048],
|
|
"top_ks": [64],
|
|
"nqs": [1000],
|
|
"server.use_blas_threshold": 1100,
|
|
"server.use_gpu_threshold": 100,
|
|
"server.cpu_cache_capacity": 120,
|
|
"server.gpu_cache_capacity": 6,
|
|
"server.enable_gpu": True,
|
|
"server.resources": ["gpu0", "gpu1"],
|
|
"db_path_prefix": "/test/milvus/db_data/random_50m_1024_512_ip",
|
|
"sift_acc": false
|
|
},
|
|
] |