docs: note RAG_MAX_VECTORS auto-calc in B3 setup wizard

This commit is contained in:
gramps
2026-07-06 07:49:30 -07:00
parent 1333963edc
commit 133cca2551
+1
View File
@@ -720,6 +720,7 @@ Commit all changes introduced across Tasks 915 with message: `feat: Roadmap N
- Probes CPU vs GPU (reuses `hardware.py`)
- Queries user for admin PIN, node name, IP
- Generates `.env` file with correct `LLAMA_SERVER_BASE`, `EMBED_URL`, etc.
- Auto-calculates `RAG_MAX_VECTORS` from available RAM: `max(1000, int(available_ram_gb * 100_000))`
- Optionally detects and configures RPC GPU offload
- Manual install docs remain alongside for bare-metal deployment