We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5674ab2 commit 57e93eeCopy full SHA for 57e93ee
datasets/datasets.json
@@ -195,5 +195,17 @@
195
"distance": "l2",
196
"type": "jsonl",
197
"path": "random-100/"
198
+ },
199
+ {
200
+ "name": "random-100-match-kw-small-vocab",
201
+ "vector_size": 256,
202
+ "distance": "cosine",
203
+ "type": "tar",
204
+ "link": "https://storage.googleapis.com/ann-filtered-benchmark/datasets/random_keywords_1m_vocab_10.tgz",
205
+ "path": "random-100-match-kw-small-vocab/random_keywords_1m_vocab_10",
206
+ "schema": {
207
+ "a": "keyword",
208
+ "b": "keyword"
209
+ }
210
}
211
]
datasets/random-100/neighbors.jsonl
0 commit comments