Documents
{{ panels.index.data.documents }}
{{ panels.index.data.documents }}
{{ panels.index.data.chunks }}
{{ panels.index.data.vector_index.lifecycle }}
{% if panels.index.data.vector_index.exact %}
exact over {{ panels.index.data.vector_index.rows }} vector(s)
{% else %}
{{ '%.0f' % (panels.index.data.vector_index.coverage * 100) }}% indexed
of {{ panels.index.data.vector_index.rows }}
{% endif %}
{% if panels.index.data.vector_index.due %}
· manicule build-vector-index --yes
{% endif %}
{{ panels.queries.data.total }}
{{ panels.audit.data.total }}
{{ panels.quality.data.judged }} of {{ panels.quality.data.records }} pairs judged · {{ panels.quality.data.left_label }} against {{ panels.quality.data.right_label }} · query set {{ panels.quality.data.query_set }}
{% if not panels.quality.data.is_evidence %}{{ panels.quality.data.caveat }}
{% endif %}{{ panels.quality.data.report }}
{% else %}
Nobody has judged any pairs. That is not a score of zero — it is the absence of a measurement, and the harness refuses to report for a system it cannot distinguish from guessing.
{% if panels.quality.data.caveat %}{{ panels.quality.data.caveat }}
{% endif %} {% endif %} {% else %}{{ m.failed(panels.quality) }}{% endif %}| When | Query | Profile | Chunks | Confidence | Elapsed |
|---|---|---|---|---|---|
| {{ row.created_at }} | {{ row.query }} | {{ row.profile }} | {{ row.chunks }} | {{ "%.2f" | format(row.confidence) if row.confidence is not none else '—' }} | {{ row.elapsed_ms if row.elapsed_ms is not none else '—' }} |
Auditing is switched off, so an empty trail here means nothing was recorded rather than that nothing happened. Those are different answers.
{% endif %} {% if panels.audit.data.entries %}| When | Event | Actor | Address | Details |
|---|---|---|---|---|
| {{ row.created_at }} | {{ row.event_type }} | {{ row.actor or '—' }} | {{ row.ip_address or 'unknown' }} | {% for key, value in row.details | items %}{{ key }}={{ value }} {% endfor %} |
| Plugin | Components | State | Detail |
|---|---|---|---|
| {{ item.name }} | {{ item.components }} | {{ m.state(item.state) }} | {{ item.detail }} |
| Name | Type | Full inventory | Last sync | Outcome | Retry | Status |
|---|---|---|---|---|---|---|
| {{ item.name }} | {{ item.type }} | {{ item.full_inventory_authority or '—' }} | {{ item.last_synced_at or 'never' }} | {{ item.last_outcome or '—' }} | {{ 'yes' if item.retry_required else 'no' }} | {{ item.status or '—' }} |