Vector Infrastructure
Status
{{ status }}
NDJSON Chunks
{{ vectorHealth.ndjson_chunk_count|number_format(0, ',', '.') }}
Vector Index Chunks
{{ vectorHealth.vector_chunk_count|number_format(0, ',', '.') }}
{% if status starts with 'OK' %}
Infrastructure is consistent.
{% elseif status == 'INCONSISTENT_MISSING_VECTOR' %}
Vector index missing. Rebuild recommended.
{% else %}
Index inconsistency detected. Immediate review required.
{% endif %}