Skip to content

Commit

Permalink
Merge pull request #93 from ishaan-mehta/patch-1
Browse files Browse the repository at this point in the history
Update `QAEvaluator` to indicate ground truth is required
  • Loading branch information
Court72 authored Nov 22, 2024
2 parents d7bafa3 + 2bb761f commit c0569f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/ai-studio/how-to/develop/evaluate-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Built-in evaluators can accept *either* query and response pairs or a list of co
| `HateUnfairnessEvaluator` | Required: String | Required: String | N/A | N/A |Supported |
| `IndirectAttackEvaluator` | Required: String | Required: String | Required: String | N/A |Supported |
| `ProtectedMaterialEvaluator` | Required: String | Required: String | N/A | N/A |Supported |
| `QAEvaluator` | Required: String | Required: String | Required: String | N/A | Not supported |
| `QAEvaluator` | Required: String | Required: String | Required: String | Required: String | Not supported |
| `ContentSafetyEvaluator` | Required: String | Required: String | N/A | N/A | Supported |

- Query: the query sent in to the generative AI application
Expand Down

0 comments on commit c0569f3

Please sign in to comment.