Skip to content

Commit

Permalink
Merge pull request qdrant#77 from qdrant/feat/yandex-100k-gt
Browse files Browse the repository at this point in the history
feat: Include Yandex T2I GT 100k dataset
  • Loading branch information
KShivendu authored Nov 16, 2023
2 parents 00f4c9b + 693e425 commit 633b580
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions datasets/datasets.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@
"path": "glove-100-angular/glove-100-angular.hdf5",
"link": "http://ann-benchmarks.com/glove-100-angular.hdf5"
},
{
"name": "yandex-t2i-gt-100k",
"vector_size": 200,
"distance": "dot",
"type": "tar",
"path": "yandex-1B-200-angular/yandex_t2i_gt_100k",
"link": "https://storage.googleapis.com/ann-filtered-benchmark/datasets/yandex_t2i_gt_100k.tgz"
},
{
"name": "deep-image-96-angular",
"vector_size": 96,
Expand Down

0 comments on commit 633b580

Please sign in to comment.