Skip to content

Commit

Permalink
add Deprecations-slide to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
NickyHavoc committed Apr 24, 2024
1 parent c939c91 commit 6171ba5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 6171ba5

Please sign in to comment.