{% extends "base.html" %} {% block title %}Chat — Multi-RAG Studio{% endblock %} {% block extra_head %} {% endblock %} {% block main %}
{# ── Tab Bar ── #}
← Upload more
{# ══════════════════════════════════════════════ PANEL 1 — CHAT ══════════════════════════════════════════════ #}
{# Message list #}
{# welcome stub #}
🧠

Knowledge base is ready

Ask anything about the documents you ingested. The graph-powered RAG will find the answer.

{# Input bar #}

Enter to send · Shift+Enter for newline

{# ══════════════════════════════════════════════ PANEL 2 — VIEW INGESTED DOCS ══════════════════════════════════════════════ #}
{# ── Doc detail modal ── #} {% endblock %} {% block extra_scripts %} {% endblock %}