From a936f4902de741f9b020bb28b72ab8fc2869f07f Mon Sep 17 00:00:00 2001 From: Florian Schepers Date: Tue, 16 Apr 2024 09:14:08 +0200 Subject: [PATCH] docs: Update changlog TASK: IL-423 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 028852c8e..7cbeae410 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,8 @@ ## 0.9.0 ### Breaking Changes - - The implementation of the HuggingFace repository creation and deletion got moved to `HuggingFaceRepository` + - breaking change: Renamed the field `chunk` of `AnswerSource` to `search_result` for multi chunk retriever qa. + - breaking change: The implementation of the HuggingFace repository creation and deletion got moved to `HuggingFaceRepository` ### New Features - feature: HuggingFaceDataset- & AggregationRepositories now have an explicit `create_repository` function.