Skip to content

Commit e026701

Browse files
authored
feat: Add DBpedia OpenAI embedding dataset with 100k vectors (qdrant#150)
1 parent 9598214 commit e026701

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/continuous-benchmark.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
DATASET_TO_ENGINE["laion-small-clip"]="qdrant-continuous-benchmark"
2727
DATASET_TO_ENGINE["msmarco-sparse-100K"]="qdrant-sparse-vector"
2828
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"
3030
3131
for dataset in "${!DATASET_TO_ENGINE[@]}"; do
3232
export ENGINE_NAME=${DATASET_TO_ENGINE[$dataset]}

datasets/datasets.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,14 @@
6666
"path": "dbpedia-openai-1M-1536-angular/dbpedia_openai_1M",
6767
"link": "https://storage.googleapis.com/ann-filtered-benchmark/datasets/dbpedia_openai_1M.tgz"
6868
},
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+
},
6977
{
7078
"name": "msmarco-sparse-100K",
7179
"type": "sparse",

0 commit comments

Comments
 (0)