Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 336 Bytes

File metadata and controls

10 lines (7 loc) · 336 Bytes

FAQ

1. My building time seems long

You can speed up the process by using a lightweight embedding model. Add this to your arguments:

--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)