From 181a51ccb9c8fb5d5a0156d59b79c7727fad9eff Mon Sep 17 00:00:00 2001 From: FelixFehse Date: Thu, 27 Jun 2024 09:00:48 +0200 Subject: [PATCH] fix changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17872318c..0c52c5b5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ - Serialization and deserialization of `ExportedSpan` and its `attributes` now works as expected. - `PromptTemplate.to_rich_prompt` now always returns an empty list for prompt ranges that are empty. - `SingleChunkQa` no longer crashes if given an empty input and a specific prompt template. This did not affect users who used models provided in `core`. +- Added default values for `labels` and `metadata` for `EvaluationOverview` and `RunOverview` ### Deprecations ...