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 2d567ac commit af7d468Copy full SHA for af7d468
articles/ai-foundry/how-to/develop/evaluate-sdk.md
@@ -45,7 +45,7 @@ For more in-depth information on each evaluator definition and how it's calculat
45
46
| Category | Evaluator class |
47
|-----------|------------------------------------------------------------------------------------------------------------------------------------|
48
-| [Performance and quality](#performance-and-quality-evaluators) (AI-assisted) | `GroundednessEvaluator`, `GroundednessProEvaluator`, `RetrievalEvaluator`, `RelevanceEvaluator`, `CoherenceEvaluator`, `FluencyEvaluator`, `SimilarityEvaluator` |
+| [Performance and quality](#performance-and-quality-evaluators) (AI-assisted) | `GroundednessEvaluator`, `GroundednessProEvaluator`, `RetrievalEvaluator`, `RelevanceEvaluator`, `CoherenceEvaluator`, `FluencyEvaluator`, `SimilarityEvaluator`, `ResponseCompletenessEvaluator` |
49
| [Performance and quality](#performance-and-quality-evaluators) (NLP) | `F1ScoreEvaluator`, `RougeScoreEvaluator`, `GleuScoreEvaluator`, `BleuScoreEvaluator`, `MeteorScoreEvaluator`|
50
| [Risk and safety](#risk-and-safety-evaluators-preview) (AI-assisted) | `ViolenceEvaluator`, `SexualEvaluator`, `SelfHarmEvaluator`, `HateUnfairnessEvaluator`, `IndirectAttackEvaluator`, `ProtectedMaterialEvaluator`, `UngroundedAttributesEvaluator`, `CodeVulnerabilityEvaluator`|
51
| [Composite](#composite-evaluators) | `QAEvaluator`, `ContentSafetyEvaluator` |
0 commit comments