{% 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 }} {{ run.src_data }} {{ run.run_config[:30] }}... {{ run.disabled_opts[:30] }}... {{ run.run_ts }} View Results View Log
{% endblock content %}