rcaulk commited on
Commit
b7e1967
·
verified ·
1 Parent(s): 93e1e68

Add wiki graphic

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -19,8 +19,9 @@ size_categories:
19
 
20
  # Wikipedia English Embeddings Dataset (Qdrant Snapshot)
21
 
22
- This dataset contains a complete [Qdrant vector database](https://qdrant.tech/) snapshot of Wikipedia English articles with both SPLADE and BM25 sparse embeddings for advanced semantic search capabilities.
23
 
 
24
  ## Dataset Details
25
 
26
  ### Dataset Description
@@ -350,7 +351,7 @@ Users should be aware of these limitations and consider:
350
 
351
  - **Qdrant**: Version 1.15+ recommended
352
  - **Python Dependencies**: `qdrant-client`, `fastembed`, `python-dotenv`
353
- - **Hardware**: Minimum 16GB RAM recommended for optimal performance
354
  - **Storage**: Approximately 380GB for the complete database
355
 
356
  ## Citation
 
19
 
20
  # Wikipedia English Embeddings Dataset (Qdrant Snapshot)
21
 
22
+ ![Qdrant Wiki](./logo.png)
23
 
24
+ This dataset contains a complete [Qdrant vector database](https://qdrant.tech/) snapshot of Wikipedia English articles, each chunked and embedded with both SPLADE and BM25 sparse embeddings, yeilding a total of 130M embeddings. Chunks are linked to their neighbors and the main text to make full context retrieval simple and fast.
25
  ## Dataset Details
26
 
27
  ### Dataset Description
 
351
 
352
  - **Qdrant**: Version 1.15+ recommended
353
  - **Python Dependencies**: `qdrant-client`, `fastembed`, `python-dotenv`
354
+ - **Hardware**: Minimum 12GB RAM recommended
355
  - **Storage**: Approximately 380GB for the complete database
356
 
357
  ## Citation