Skip to content

Commit

Permalink
Release 1.11.0 (#804)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasKoehneckeAA authored Apr 29, 2024
1 parent 0ecc1d4 commit e5b3a8f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,26 @@
# Changelog

## Unreleased
...

### Breaking Changes
- feature: `HuggingFaceDatasetRepository` now has a parameter `caching`, which caches a examples of a dataset once loaded. This is `True` by default. This drastically reduces network traffic. For non-breaking changes, set it to `False`.
...

### New Features
...

### Fixes
...

### Deprecations
...

## 0.11.0

### Breaking Changes
- feature: `HuggingFaceDatasetRepository` now has a parameter `caching`, which caches a examples of a dataset once loaded. This is `True` by default. This drastically reduces network traffic. For a non-breaking change, set it to `False`.
- breaking_change: `MultipleChunkRetrieverQa` does not take `insert_chunk_size`-parameter but instead takes `ExpandChunks`-task
- breaking_change: the `issue_cassification_user_journey` notebook is moved to its own repository
- breaking_change: the `issue_cassification_user_journey` notebook moved to its own repository

### New Features
- feature: `Llama2InstructModel` to support llama-2 models in Aleph Alpha API
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "intelligence-layer"
version = "0.10.0"
version = "0.11.0"
description = ""
authors = ["Aleph Alpha Engineering <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit e5b3a8f

Please sign in to comment.