From 6171ba583ca1f61c38386f0f03a7f5a855710e23 Mon Sep 17 00:00:00 2001 From: "niklas.finken" Date: Wed, 24 Apr 2024 17:25:07 +0200 Subject: [PATCH] add `Deprecations`-slide to changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e57ce9e84..6136da698 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ### Breaking Changes - feature: `run_dataset` now takes `max_workers` as an additional argument. Defaults to 10, as it was hardcoded before. +- breaking_change: `MultipleChunkRetrieverQa` does not take `insert_chunk_size`-parameter but instead takes `ExpandChunks`-task ### New Features - feature: `Llama2InstructModel` to support llama-2 models in Aleph Alpha API @@ -12,6 +13,9 @@ ### Fixes +### Deprecations +- `RetrieverBasedQa` is now deprecated and will be removed in future versions. We recommend using `MultipleChunkRetrieverQa` instead. + ## 0.10.0 ### Breaking Changes @@ -127,7 +131,6 @@ - breaking change: Rename TextHighlightTask to TextHighlightbreaking change: Rename ChunkOverlaptTask to ChunkOverlap ### New Features - - Aggregation: - feature: InstructComparisonArgillaAggregationLogic uses full evaluation set instead of sample for aggregation