fix readme

This commit is contained in:
yichuan520030910320
2025-07-23 00:44:43 -07:00
parent 6e1af2eb0c
commit ae16d9d888

View File

@@ -138,7 +138,9 @@ The following scripts use Ollama `qwen3:8b` by default, so you need `ollama pull
```bash
# Drop your PDFs, .txt, .md files into examples/data/
uv run ./examples/main_cli_example.py
```
```
# Or use python directly
source .venv/bin/activate
python ./examples/main_cli_example.py