nreimers commited on
Commit
a0ed69f
1 Parent(s): 29576ae

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Pre-build Binary Vector Databases
2
+
3
+ Here we ship different pre-build [Binary Vector databases](https://github.com/cohere-ai/BinaryVectorDB).
4
+
5
+ See the Github readme what Binary Vector Database is and why it can save you a lot of memory (and money) when you need to scale to tens or hundred millions of embeddings.
6
+
7
+ ## Available Datasets
8
+
9
+ We have **Wikipedia** available in all 300+ languages.
10
+
11
+ See [Files](https://huggingface.co/datasets/Cohere/BinaryVectorDB/tree/main) for the different files. These are simple .zip files you can download and unzip locally.
12
+
13
+ Note for the English Wikipedia:
14
+ English Wikipedia is due to its size distributed as 2 pars:
15
+ [wikipedia-2023-11-en-part-1.zip](https://huggingface.co/datasets/Cohere/BinaryVectorDB/resolve/main/wikipedia-2023-11-en-part-1.zip)
16
+ [wikipedia-2023-11-en-part-2.zip](https://huggingface.co/datasets/Cohere/BinaryVectorDB/resolve/main/wikipedia-2023-11-en-part-2.zip)
17
+
18
+ Unzip both to be able to load the Binary Vector Database for the English Wikipedia (42M embeddings).