Update README.md
Browse files
README.md
CHANGED
@@ -17,5 +17,6 @@ datasets:
|
|
17 |
|
18 |
This is a space to test the capabilities of my simple vector store database SimianDB.
|
19 |
The demo contains the first paragraph of the 6 million entry (6,458,670) wikipedia dataset "20220301.en"
|
|
|
20 |
|
21 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
17 |
|
18 |
This is a space to test the capabilities of my simple vector store database SimianDB.
|
19 |
The demo contains the first paragraph of the 6 million entry (6,458,670) wikipedia dataset "20220301.en"
|
20 |
+
The vectors have been compressed to 8 bits for efficient storage and the similarity calculation is done converting the vectors on-the fly to 32bits, with minor impact on speed.
|
21 |
|
22 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|