Expand description
clap definitions for the top-level sqlite-graphrag binary.
LLM / embedding backend CLI choices (Wave C1).
Structs§
- Backend
Choice - The
llm+embeddingpair, named once.
Enums§
- Embedding
Backend Choice - v1.0.93: embedding backend selector. Separate from
--llm-backendwhich controls enrichment (entity extraction, body enrichment).autouses OpenRouter when a client is initialised.openrouterrequires API key (exit 78 if absent). - LlmBackend
Choice - LLM backend for embedding. Accepts
openrouter(OpenRouter REST) ornone(skips embedding; useful for tests).