Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -155,14 +155,14 @@ Here's an example of the payload structure for a Wikipedia article chunk:
|
|
| 155 |
1. **Download the dataset parts**:
|
| 156 |
|
| 157 |
```bash
|
| 158 |
-
# Download all
|
| 159 |
huggingface-cli download EmergentMethods/en_qdrant_wikipedia --local-dir ./qdrant-snapshot
|
| 160 |
```
|
| 161 |
|
| 162 |
2. **Reconstruct the snapshot**:
|
| 163 |
|
| 164 |
```bash
|
| 165 |
-
# Combine the
|
| 166 |
cat wikipedia-en-qdrant-2025-09-03.snapshot.part* > wikipedia-en-qdrant-2025-09-03.snapshot
|
| 167 |
```
|
| 168 |
|
|
|
|
| 155 |
1. **Download the dataset parts**:
|
| 156 |
|
| 157 |
```bash
|
| 158 |
+
# Download all snapshot parts from Hugging Face
|
| 159 |
huggingface-cli download EmergentMethods/en_qdrant_wikipedia --local-dir ./qdrant-snapshot
|
| 160 |
```
|
| 161 |
|
| 162 |
2. **Reconstruct the snapshot**:
|
| 163 |
|
| 164 |
```bash
|
| 165 |
+
# Combine the snapshot parts
|
| 166 |
cat wikipedia-en-qdrant-2025-09-03.snapshot.part* > wikipedia-en-qdrant-2025-09-03.snapshot
|
| 167 |
```
|
| 168 |
|