Skip to content

Commit

Permalink
release:8.0.0 (#1155)
Browse files Browse the repository at this point in the history
  • Loading branch information
nindyahapsari authored Nov 26, 2024
1 parent 9bcc58b commit 7d85601
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,23 @@
## Unreleased

### Features
- You can now customise the embedding model when creating an index using the `DocumentIndexClient`.
- You can now use the `InstructableEmbed` embedding strategy when creating an index using the `DocumentIndexClient`. See the `document_index.ipynb` notebook for more information and an example.
...

### Fixes
...

### Deprecations
...

### Breaking Changes
...

## 8.0.0

### Features
- You can now customise the embedding model when creating an index using the `DocumentIndexClient`.
- You can now use the `InstructableEmbed` embedding strategy when creating an index using the `DocumentIndexClient`. See the `document_index.ipynb` notebook for more information and an example.

### Breaking Changes
- The way you configure indexes in the `DocumentIndexClient` has changed. See the `document_index.ipynb` notebook for more information.
- The `EmbeddingType` alias has been renamed to `Representation` to better align with the underlying 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 = "7.3.1"
version = "8.0.0"
description = ""
authors = ["Aleph Alpha Engineering <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 7d85601

Please sign in to comment.