docs: consolidate low-resource guidance into config guide; README points to it

This commit is contained in:
Andy Lee
2025-08-13 14:08:23 -07:00
parent 58711bff7e
commit 07e5f10204
2 changed files with 51 additions and 4 deletions

View File

@@ -71,10 +71,7 @@ source .venv/bin/activate
uv pip install leann
```
> Low-resource setup: No local GPU? That's fine.
> - Use OpenAI embeddings (`--embedding-mode openai --embedding-model text-embedding-3-small`) for fast indexing without local compute.
> - Or run remote builds with SkyPilot using the template at `sky/leann-build.yaml` (see Configuration Guide for details).
> - If build/search is slow, consider these two options or disable recomputation with `--no-recompute` (trade storage for speed).
> Low-resource? See “Low-resource setups” in the [Configuration Guide](docs/configuration-guide.md#low-resource-setups).
<details>
<summary>