{% extends "RAG_base.html" %} {% block title %}ABS RAG system{% endblock %} {% block content %} {% if ismain %} {# Main screen [/] #}
{% else %} {# Query screen [/query] #} {% endif %}

Query

           
{% if show_contexts %}
{% else %}
{% endif %} {% if show_dense %}
      {% endif %}


{% if show_thinking %} {%if show_feedback %}
        {% endif %}

{% else %} {%if show_feedback %}
        {% endif %} {% endif %}


{% if ismain %} {% if show_admin %}

Tools

{%if show_upload_settings %}       {% endif %}
{% endif %} {% endif %} {% if show_contexts %}
{% endif %}
{% endblock %}