{% extends "base.html" %} {% block title %}Upload — Ingestible{% endblock %} {% block content %}

Upload Document

{% if error %}
Ingestion failed: {{ error }}
{% endif %}

Drag & drop a file here, or

Supported: PDF, Markdown, TXT, DOCX, HTML, EPUB, CSV, Excel, PowerPoint, RST, AsciiDoc

{% endblock %}