From dd1ad1f722788a9f83611f36cd5995f95e47192c Mon Sep 17 00:00:00 2001 From: Felix Fehse <155464791+FelixFehse@users.noreply.github.com> Date: Thu, 27 Jun 2024 09:16:34 +0200 Subject: [PATCH] fix changelog (#933) --- 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 ...