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 da61ef0 commit cbe1077Copy full SHA for cbe1077
datasets/datasets.json
@@ -59,6 +59,16 @@
59
"link": "http://benchmarks.redislabs.s3.amazonaws.com/vecsim/laion400m/laion-img-emb-512-1M-cosine.hdf5",
60
"description": "Image embeddings"
61
},
62
+ {
63
+ "name": "laion-img-emb-512-9M-cosine",
64
+ "vector_size": 512,
65
+ "vector_count": 9000000,
66
+ "distance": "cosine",
67
+ "type": "h5",
68
+ "path": "laion-img-emb-512/laion-img-emb-512-9M-angular-test-1M.hdf5",
69
+ "link": "http://benchmarks.redislabs.s3.amazonaws.com/vecsim/laion400m/laion-img-emb-512-10M-cosine.hdf5",
70
+ "description": "Image embeddings"
71
+ },
72
{
73
"name": "laion-img-emb-512-10M-cosine",
74
"vector_size": 512,
0 commit comments