wagnercosta commited on
Commit
3682406
·
verified ·
1 Parent(s): 5ebe191

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 tar 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 tar parts
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