Expand description
clap definitions for the top-level sqlite-graphrag binary.
LLM / embedding backend CLI choices (Wave C1).
Enums§
- Embedding
Backend Choice - v1.0.93: embedding backend selector. Separate from
--llm-backendwhich controls enrichment (entity extraction, body enrichment) via subprocess.autotries OpenRouter if API key is available, falls back to LLM subprocess.openrouterrequires API key (exit 78 if absent).llmforces subprocess (codex/claude/opencode) — legacy behaviour. - LlmBackend
Choice - v1.0.82 (GAP-003): LLM backend for embedding. Accepts
auto(default — detectscodexorclaudeon the PATH),codex(forces codex exec),claude(forces claude -p), ornone(skips embedding; useful for tests).