summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjeremycp3 <54610735+jeremycp3@users.noreply.github.com>2026-01-19 20:40:42 +0800
committerGitHub <noreply@github.com>2026-01-19 20:40:42 +0800
commit3c0ce39b5648433864a55a8155dc9e8a6a646b11 (patch)
tree72e7545fa7b170e40f643108673ff96e726831db
parent85c330e0c0d5f560a20d950a203b368bb35ed45b (diff)
Modify dataset copy command in README
Updated dataset copy command to include all files.
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index db1b7e0..baec85d 100644
--- a/readme.md
+++ b/readme.md
@@ -67,7 +67,7 @@ Download the datasets from HuggingFace and place them in the `dataset/` folder:
```bash
git clone https://huggingface.co/datasets/Zly0523/linear-rag
-cp -r linear-rag/dataset/* dataset/
+cp -r linear-rag/* dataset/
```
**Step 5: Prepare Embedding Model**