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

RagBuilder: Performance Dashboard

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