{{ status.latest_message or "Ingesting..." }}
{% if status.docs and status.batchs %} {% set pct = (status.cur_batch / status.batchs * 100) | int %}
batch {{ status.cur_batch }}/{{ status.batchs }} · {{ status.docs }} doc(s)
{% endif %} {% set queued = status.pending_enqueues | default(0) | int %} {% if queued > 0 %}
{{ queued }} upload(s) queued — will process after current batch
{% endif %}