simplify readme

This commit is contained in:
yichuan520030910320
2025-07-25 02:11:02 -07:00
parent cd8b970eff
commit 170f7644e9
6 changed files with 72 additions and 94 deletions

10
docs/faq.md Normal file
View File

@@ -0,0 +1,10 @@
# FAQ
## 1. My building time seems long
You can speed up the process by using a lightweight embedding model. Add this to your arguments:
```bash
--embedding-model sentence-transformers/all-MiniLM-L6-v2
```
**Model sizes:** `all-MiniLM-L6-v2` (30M parameters), `facebook/contriever` (~100M parameters), `Qwen3-0.6B` (600M parameters)