forked from zilliztech/VectorDBBench
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvector_pubmed_config.yml
More file actions
42 lines (40 loc) · 1.13 KB
/
envector_pubmed_config.yml
File metadata and controls
42 lines (40 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
envectorflat:
uri: localhost:50050
eval_mode: mm
case_type: PerformanceCustomDataset
db_label: PUBMED768D400K-FLAT
custom_case_name: PUBMED768D400K
custom_case_description: PUBMED768D400K benchmark (768D, 400K vectors)
custom_dataset_name: PUBMED768D400K
custom_dataset_dir:
custom_dataset_size: 400335
custom_dataset_dim: 768
custom_dataset_file_count: 1
custom_dataset_use_shuffled: false
custom_dataset_with_gt: true
k: 10
drop_old: true
load: true
envectorivfflat:
uri: localhost:50050
eval_mode: mm
case_type: PerformanceCustomDataset
db_label: PUBMED768D400K-IVF
custom_case_name: PUBMED768D400K
custom_case_description: PUBMED768D400K benchmark (768D, 400K vectors)
custom_dataset_name: PUBMED768D400K
custom_dataset_dir:
custom_dataset_size: 400335
custom_dataset_dim: 768
custom_dataset_file_count: 1
custom_dataset_use_shuffled: false
custom_dataset_with_gt: true
k: 10
nlist: 32768
nprobe: 6
train_centroids: true
is_vct: true
centroids_path: centroids/embeddinggemma-300m/centroids.npy
vct_path: centroids/embeddinggemma-300m/tree_info.pkl
drop_old: true
load: true