Skip to content

Commit 1f6c7f2

Browse files
committed
docs: Emphasize diverse data sources in examples/data description
1 parent c1124eb commit 1f6c7f2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ All RAG examples share these common parameters. **Interactive mode** is availabl
183183
--force-rebuild # Force rebuild index even if it exists
184184

185185
# Embedding Parameters
186-
--embedding-model MODEL # e.g., facebook/contriever, text-embedding-3-small
187-
--embedding-mode MODE # sentence-transformers, openai, or mlx (e.g., use with mlx-community/multilingual-e5-base-mlx)
186+
--embedding-model MODEL # e.g., facebook/contriever, text-embedding-3-small or mlx-community/multilingual-e5-base-mlx
187+
--embedding-mode MODE # sentence-transformers, openai, or mlx
188188

189189
# LLM Parameters (Text generation models)
190190
--llm TYPE # LLM backend: openai, ollama, or hf (default: openai)
@@ -216,7 +216,7 @@ Ask questions directly about your personal PDFs, documents, and any directory co
216216
<img src="videos/paper_clear.gif" alt="LEANN Document Search Demo" width="600">
217217
</p>
218218

219-
The example below asks a question about summarizing our paper (uses default data in `examples/data`, which contains two papers, Pride and Prejudice, and a README in Chinese) and this is the easiest example to run here:
219+
The example below asks a question about summarizing our paper (uses default data in `examples/data`, which is a directory with diverse data sources: two papers, Pride and Prejudice, and a README in Chinese) and this is the easiest example to run here:
220220

221221
```bash
222222
source .venv/bin/activate # Don't forget to activate the virtual environment

0 commit comments

Comments
 (0)