do-me commited on
Commit
ab0d2c1
·
verified ·
1 Parent(s): 23c8e51

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -95,7 +95,7 @@ It created a nice interactive map with tooltips.
95
  ## Remote Semantic Search
96
 
97
  You can even perform semantic search remotely without downloading the whole file.
98
- Without using any index on the data (like HNSW or ANN etc.) but by simply brute forcing, it takes 3:14 mins on my machine to query the example file for Italy remotely.
99
  It weighs ~5Gb and consists of 3.029.191 rows. I used https://huggingface.co/minishlab/M2V_multilingual_output as multilingual embeddings.
100
  I will write a detailed tutorial on the processing in the near future.
101
 
 
95
  ## Remote Semantic Search
96
 
97
  You can even perform semantic search remotely without downloading the whole file.
98
+ Without using any index on the data (like HNSW or ANN etc.) but by simply brute forcing, it takes around 3 mins on my machine to query the example file for Italy remotely.
99
  It weighs ~5Gb and consists of 3.029.191 rows. I used https://huggingface.co/minishlab/M2V_multilingual_output as multilingual embeddings.
100
  I will write a detailed tutorial on the processing in the near future.
101