Datasets:
Add wiki graphic
Browse files
README.md
CHANGED
|
@@ -19,8 +19,9 @@ size_categories:
|
|
| 19 |
|
| 20 |
# Wikipedia English Embeddings Dataset (Qdrant Snapshot)
|
| 21 |
|
| 22 |
-
|
| 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
|
| 354 |
- **Storage**: Approximately 380GB for the complete database
|
| 355 |
|
| 356 |
## Citation
|
|
|
|
| 19 |
|
| 20 |
# Wikipedia English Embeddings Dataset (Qdrant Snapshot)
|
| 21 |
|
| 22 |
+

|
| 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
|