-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
Start with the smallest diagnostic:
rgr doctor
rgr audit --unsupported
rgr security-auditRun rgr setup. It creates .ragmir/config.json, local ignore rules, and optional agent helpers.
Check rgr sources list, run rgr ingest, then use rgr audit to compare files with the index. Use rgr ingest --rebuild after changing the embedding provider, model, or chunking.
rgr ingest --json reports emptyTextFiles. For scanned PDFs:
rgr ocr doctor
rgr ocr setup
rgr ingestOCR is local and opt-in. Images and legacy .doc files require explicitly configured local extractors.
Confirm coverage with rgr audit. Try a more specific query, --context-radius 1, a higher --top-k, or --explain. For semantic retrieval, run rgr models pull --enable and then rebuild.
Run rgr security-audit --strict. It reports the exact local control that conflicts with strict mode, including ignored state, redaction, MCP bounds, and external extractors.
Run rgr chat doctor or rgr audio --doctor. Normal offline use requires the optional public models to be present already.
Canonical source: docs/troubleshooting.md.