Total Items
{{ stats.total_items }}
Categories
{{ stats.categories | length }}
Routes
{{ stats.routes | length }}
Semantic Search
{% if stats.vec_enabled %}
Enabled
({{ stats.embeddings or 0 }} vectors)
{% else %}
Disabled
{% endif %}
{% if stats.categories %}
{% for cat, count in stats.categories.items() %}
{{ cat }}
{{ count }}
{% endfor %}
{% endif %}