From 1351e7947c10499f873a7386b3fc65a01d5a3fe0 Mon Sep 17 00:00:00 2001 From: Ben Brandt Date: Wed, 29 Nov 2023 12:11:57 +0100 Subject: [PATCH] One more item --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93fdb0fe8..e2fca8261 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ - There is a `FileEvaluationRepository` and an `InMemoryEvaluationRepository` available for storing your evaluation results - Support passing `Metadata` field through `DocumentIndexClient` (already supported in the Document Index, new in client only) - New `MultiLabelClassifyEvaluator` to evaluate classification use cases that support multi-label classification +- `Evaluators` can now be called via the CLI ### Fixes