diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ae7c654d..028852c8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,14 +3,22 @@ ## Unreleased ### Breaking Changes - - 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. - - feature: Add `MultipleChunkRetrieverBasedQa`, a task that performs better on faster on retriever-QA, especially with longer context models +... ### Fixes ... +## 0.9.0 + +### Breaking Changes + - 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. + - feature: Add `MultipleChunkRetrieverBasedQa`, a task that performs better on faster on retriever-QA, especially with longer context models ## 0.8.2 diff --git a/pyproject.toml b/pyproject.toml index b3aebacf2..0e8258b32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "intelligence-layer" -version = "0.8.2" +version = "0.9.0" description = "" authors = ["Aleph Alpha Engineering "] readme = "README.md"