From 3c0ce39b5648433864a55a8155dc9e8a6a646b11 Mon Sep 17 00:00:00 2001 From: jeremycp3 <54610735+jeremycp3@users.noreply.github.com> Date: Mon, 19 Jan 2026 20:40:42 +0800 Subject: Modify dataset copy command in README Updated dataset copy command to include all files. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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** -- cgit v1.2.3