Ingest Result

{{ message }}

{% if documents %}

Documents

{% for doc in documents %} {% endfor %}
Document Filename Current path
{{ doc.document_id }} {{ doc.original_filename or doc.canonical_filename }} {{ doc.current_path }}
{% endif %} {% if errors %}

Errors

    {% for err in errors %}
  • {{ err }}
  • {% endfor %}
{% endif %}