brain_stats
Retrieve current index statistics including total chunk count, per-source breakdown, embedding and chat models, and retrieval settings. Reads local metadata only for quick status checks.
Instructions
Report what the index currently contains. Behavior: returns the store path, total chunk count, chunk count per source file, the embedding and chat models in use, and retrieval settings (hybrid, rrf_k, top_k). Reads local metadata only — no LLM or embedding calls. Usage: call before searching to see what is indexed, after brain_ingest to confirm what changed, or whenever answers seem to be missing a file you expected to be there. Takes no parameters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||