{# Giskard logo #}
RAG Evaluation Toolkit
{% if knowledge_script is not none %}
{% endif %}
{% for component_name, component in components.items() %}
Knowledge base overview
{{knowledge_script | safe}} {{knowledge_div | safe}}Components Analysis
{{component_name}} | {{component.description}} | {{(component.score*100)|round(2)}}% |
Each component is scored based on the correctness of the agent on different types of questions.
Each score grades a component from 0 to 100%.
Low scores help you identify weaknesses of your RAG and what
components need improvement.
⚠️ Recommendation
{{recommendation}}Correctness
Overall Correctness Score: {{(correctness*100)|round(2)}}%
{{topic_correctness_script | safe}}
{{topic_correctness_div | safe}}
{# Tab links #}
{# Tab content #}
{% for tab, content in metric_histograms.items() %}
{% endif %}
Selected metrics
{% for tab, _ in metric_histograms.items() %}
{% endfor %}
{% for split_value, metrics in content.items()%}
{% endfor %}
{% if split_value != "Overall" %}
{% endfor %}
{{split_value}}
{% endif %}
{% for metric, hist in metrics.items() %}
{{hist.script | safe}}
{{hist.div | safe}}
{% endfor %}