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
43
44
45
46
47
48
49
50
51
52
53
54
{
"search_directories": [
"base.100k"
],
"jobs": [
{
"type": "graph-index-build",
"content": {
"source": {
"index-source": "Build",
"data_type": "uint8",
"data": "base.100k.u8bin",
"distance": "squared_l2",
"max_degree": 32,
"l_build": 50,
"alpha": 1.2,
"backedge_ratio": 1.0,
"num_threads": 1,
"num_start_points": 1,
"num_insert_attempts": 1,
"saturate_inserts": false,
"start_point_strategy": "medoid"
},
"search_phase": {
"search-type": "topk-beta-filter",
"queries": "query.1K.u8bin",
"groundtruth": "gt_filter.bin",
"beta": 0.5,
"query_predicates": "query.1k.label.jsonl",
"data_labels": "base.100k.label.jsonl",
"reps": 5,
"num_threads": [
1
],
"runs": [
{
"search_n": 20,
"search_l": [
20,
30,
40,
50,
100,
200
],
"recall_k": 10
}
]
}
}
}
]
}