{% extends "layouts.html" %} {% block content %}

RagBuilder: Performance Dashboard

{% for run in runs %} {% endfor %}
Run ID Status Description Source Data Run Config Disabled Options Timestamp Results Log
{{ run.run_id }} {{ run.status }} {{ run.description }} {% if run.src_data|length > 55 %} {{ run.src_data[:55] }}... {% else %} {{ run.src_data }} {% endif %} {% if run.src_data|length > 55 %} {% endif %} {{ run.run_config[:30] }}... {{ run.disabled_opts[:30] }}... {{ run.run_ts }} View Results View Log
{{ modal }} {% endblock content %}