Skip to content

Commit

Permalink
feat: release 7.0.0 (#1073)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasKoehneckeAA authored Oct 10, 2024
1 parent 65032f5 commit 3cd25b3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,25 @@
# Changelog
## Unreleased

### Features
...
### Fixes
...
### Deprecations
...
### Breaking Changes
...


## 7.0.0

### Features
- You can now specify a `hybrid_index` when creating an index for the document index to use hybrid (semantic and keyword) search.
- `min_score` and `max_results` are now optional parameters in `DocumentIndexClient.SearchQuery`.
- `k` is now an optional parameter in `DocumentIndexRetriever`.
- List all indexes of a namespace with `DocumentIndexClient.list_indexes`.
- Remove an index from a namespace with `DocumentIndexClient.delete_index`.
- `ChatModel` now inherits from `ControlModel`.
- `ChatModel` now inherits from `ControlModel`. Although we recommend to use the new chat interface, you can use the `Pharia1ChatModel` with tasks that rely on `ControlModel` now.

### Fixes
- `DocumentIndexClient` now properly sets `chunk_overlap` when creating an index configuration.
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 = "6.0.0"
version = "7.0.0"
description = ""
authors = ["Aleph Alpha Engineering <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 3cd25b3

Please sign in to comment.