We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a2aef commit 95df079Copy full SHA for 95df079
sdk/ai/azure-ai-generative/azure/ai/generative/evaluate/_constants.py
@@ -62,14 +62,14 @@ class QaMetrics:
62
63
class ChatMetrics:
64
DEFAULT_LIST = [
65
- EvaluationMetrics.GROUNDING_SCORE,
66
- EvaluationMetrics.RETRIEVAL_SCORE,
67
- EvaluationMetrics.GENERATION_SCORE
+ EvaluationMetrics.GPT_GROUNDEDNESS,
+ EvaluationMetrics.GPT_RELEVANCE,
+ EvaluationMetrics.GPT_RETRIEVAL_SCORE
68
]
69
SUPPORTED_LIST = [
70
71
72
73
74
75
0 commit comments