You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-foundry/concepts/observability.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ To learn more, see [Textual similarity evaluators](./evaluation-evaluators/textu
61
61
|--|--|--|
62
62
| Retrieval | Measures how effectively the system retrieves relevant information. | Query , context |
63
63
| Document Retrieval | Measures accuracy in retrieval results given ground truth. | Ground truth , retrieved documents, |
64
-
| Groundedness | Measures how consistent the response is with respect to the retrieved context. | Query, context, response |
64
+
| Groundedness | Measures how consistent the response is with respect to the retrieved context. |(optional) Query, context, response |
65
65
| Groundedness Pro | Measures whether the response is consistent with respect to the retrieved context. | Query, context, response |
66
66
| Relevance | Measures how relevant the response is with respect to the query. | Query, response|
67
67
| Response Completeness | Measures to what extent the response is complete (not missing critical information) with respect to the ground truth. | Response, ground truth |
0 commit comments