get_index_stats
Check vector index statistics for the active project. Verify chunk count, reindex completion, and inspect embedding model and chunking configuration.
Instructions
Show vector index statistics for the active project. Read-only, no side effects.
Use to check how many chunks are indexed, verify a reindex completed,
or inspect the embedding model and chunking configuration.
Use check_knowledge_quality() instead when you want quality issues, not stats.
Args:
project: Target project name (optional)
Returns:
Total chunk count, docs path, embedding provider and model,
chunking strategy, and per-document-type chunk distribution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |