Skip to content
Snippets Groups Projects
Unverified Commit ae4c79dd authored by Andrey Vasnetsov's avatar Andrey Vasnetsov Committed by GitHub
Browse files

Merge pull request #33 from qdrant/add-small-vocab-kw-dataset

new: add small vocab random kw dataset, remove redundant file
parents 5674ab29 57e93ee5
No related branches found
No related tags found
No related merge requests found
...@@ -195,5 +195,17 @@ ...@@ -195,5 +195,17 @@
"distance": "l2", "distance": "l2",
"type": "jsonl", "type": "jsonl",
"path": "random-100/" "path": "random-100/"
},
{
"name": "random-100-match-kw-small-vocab",
"vector_size": 256,
"distance": "cosine",
"type": "tar",
"link": "https://storage.googleapis.com/ann-filtered-benchmark/datasets/random_keywords_1m_vocab_10.tgz",
"path": "random-100-match-kw-small-vocab/random_keywords_1m_vocab_10",
"schema": {
"a": "keyword",
"b": "keyword"
}
} }
] ]
\ No newline at end of file
[0]
[1]
[2]
[3]
[4]
[5]
[6]
[7]
[8]
[9]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment