File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 26
26
DATASET_TO_ENGINE["laion-small-clip"]="qdrant-continuous-benchmark"
27
27
DATASET_TO_ENGINE["msmarco-sparse-100K"]="qdrant-sparse-vector"
28
28
DATASET_TO_ENGINE["h-and-m-2048-angular-filters"]="qdrant-continuous-benchmark"
29
- DATASET_TO_ENGINE["dbpedia-openai-1M -1536-angular"]="qdrant-bq-continuous-benchmark"
29
+ DATASET_TO_ENGINE["dbpedia-openai-100K -1536-angular"]="qdrant-bq-continuous-benchmark"
30
30
31
31
for dataset in "${!DATASET_TO_ENGINE[@]}"; do
32
32
export ENGINE_NAME=${DATASET_TO_ENGINE[$dataset]}
Original file line number Diff line number Diff line change 66
66
"path" : " dbpedia-openai-1M-1536-angular/dbpedia_openai_1M" ,
67
67
"link" : " https://storage.googleapis.com/ann-filtered-benchmark/datasets/dbpedia_openai_1M.tgz"
68
68
},
69
+ {
70
+ "name" : " dbpedia-openai-100K-1536-angular" ,
71
+ "vector_size" : 1536 ,
72
+ "distance" : " cosine" ,
73
+ "type" : " tar" ,
74
+ "path" : " dbpedia-openai-100K-1536-angular/dbpedia_openai_100K" ,
75
+ "link" : " https://storage.googleapis.com/ann-filtered-benchmark/datasets/dbpedia_openai_100K.tgz"
76
+ },
69
77
{
70
78
"name" : " msmarco-sparse-100K" ,
71
79
"type" : " sparse" ,
You can’t perform that action at this time.
0 commit comments