-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsolr-sweeps.json
More file actions
52 lines (51 loc) · 889 Bytes
/
solr-sweeps.json
File metadata and controls
52 lines (51 loc) · 889 Bytes
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
{
"wiki10m": {
"dataset": "wiki-10m",
"common-params": {
"numDocs": 10000000,
"numQueriesToRun": 500,
"numWarmUpQueries": 20,
"batchSize": 500000,
"topK": 100,
"efSearch": [
800,
600,
400,
200
],
"vectorColName": "article_vector",
"cleanIndexDirectory": true
},
"algorithms": {
"cagra_hnsw": {
"cagraGraphDegree": [
16,
32,
64
],
"cagraIntermediateGraphDegree": [
16,
32,
64,
128
],
"cuvsWriterThreads": 8,
"cagraHnswLayers": 1
},
"hnsw": {
"hnswMaxConn": [
16,
32,
64,
128
],
"hnswBeamWidth": [
64,
128,
192,
256
]
}
}
}
}