| Query | Precision | Recall | Semantic | Faithfulness |
|---|---|---|---|---|
| {{ item.query }} | {{ item.metrics.precision | round(2) if item.metrics else 'N/A' }} | {{ item.metrics.recall | round(2) if item.metrics else 'N/A' }} | {{ item.semantic_score | round(2) if item.semantic_score is not none else 'N/A' }} | {% if item.faithfulness_score is defined and item.faithfulness_score is not none %} {{ item.faithfulness_score | round(2) }} {% if item.faithfulness_score < 1.0 %} (Risk) {% endif %} {% else %} N/A {% endif %} |