forked from silver-ymz/vector-db-benchmark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpinecone_cloud_s1_laion-768-5m-ip.json
61 lines (61 loc) · 1.24 KB
/
pinecone_cloud_s1_laion-768-5m-ip.json
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
55
56
57
58
59
60
61
[
{
"name": "pinecone-2023-4-3-single_node-s1-dataset-laion-768-5m-ip-upload_parallel-16-batch_size-64",
"result_group": "single_search",
"engine": "pinecone",
"platform": "CloudTest_v0.0.2",
"index_type": "s1",
"dataset": "laion-768-5m-ip",
"version": "2023-4-3",
"branch": "master",
"commit": "unknown",
"remark": "March 1, 2023 Pinecone now supports new US and EU cloud regions.",
"other": "Client resource: 4c 8g",
"link": "https://docs.pinecone.io/docs/release-notes#april-3-2023",
"connection_params": {
"api-key": "your_api_key",
"environment": "us-east-1-aws"
},
"collection_params": {
"pod_type": "s1"
},
"search_params": [
{
"parallel": 1,
"top": 10
},
{
"parallel": 1,
"top": 100
},
{
"parallel": 2,
"top": 10
},
{
"parallel": 2,
"top": 100
},
{
"parallel": 4,
"top": 10
},
{
"parallel": 4,
"top": 100
},
{
"parallel": 8,
"top": 10
},
{
"parallel": 8,
"top": 100
}
],
"upload_params": {
"parallel": 16,
"batch_size": 64
}
}
]