Skip to content

Commit

Permalink
release: 7.1.0 (#1085)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesWesch authored Oct 15, 2024
1 parent 6cad539 commit 9a1146c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
20 changes: 13 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,26 @@
## Unreleased

### Features
- Add Catalan and Polish support to `DetectLanguage`.
- Add utility function `run_is_already_computed` to `Runner` to check if a run with the given metadata has already been computed.
- The `parameter_optimization` notebook describes how to use the `run_is_already_computed` function.
### Fixes
- The default `max_retry_time` for the `LimitedConcurrencyClient` is now set to 3 minutes from a day. If you have long-running evaluations that need this, you can re-set a long retry time in the constructor.
...

### Fixes
...

### Deprecations
...
### Breaking Changes
...

## 7.1.0

### Features
- Add Catalan and Polish support to `DetectLanguage`.
- Add utility function `run_is_already_computed` to `Runner` to check if a run with the given metadata has already been computed.
- The `parameter_optimization` notebook describes how to use the `run_is_already_computed` function.

### Fixes
- The default `max_retry_time` for the `LimitedConcurrencyClient` is now set to 3 minutes from a day. If you have long-running evaluations that need this, you can re-set a long retry time in the constructor.


## 7.0.0

Expand All @@ -28,8 +36,6 @@
### Fixes
- `DocumentIndexClient` now properly sets `chunk_overlap` when creating an index configuration.

### Deprecations
...
### Breaking Changes
- The default model for `Llama3InstructModel` is now `llama-3.1-8b-instruct` instead of `llama-3-8b-instruct`. We also removed the llama3.0 models from the recommended models of the `Llama3InstructModel`.
- The default value of `threshold` in the `DocumentIndexRetriever` has changed from `0.5` to `0.0`. This accommodates fusion scoring for searches over hybrid indexes.
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 = "7.0.0"
version = "7.1.0"
description = ""
authors = ["Aleph Alpha Engineering <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 9a1146c

Please sign in to comment.