Skip to content

Commit 7d85601

Browse files
release:8.0.0 (#1155)
1 parent 9bcc58b commit 7d85601

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,23 @@
22
## Unreleased
33

44
### Features
5-
- You can now customise the embedding model when creating an index using the `DocumentIndexClient`.
6-
- 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.
5+
...
76

87
### Fixes
98
...
109

1110
### Deprecations
1211
...
1312

13+
### Breaking Changes
14+
...
15+
16+
## 8.0.0
17+
18+
### Features
19+
- You can now customise the embedding model when creating an index using the `DocumentIndexClient`.
20+
- 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.
21+
1422
### Breaking Changes
1523
- The way you configure indexes in the `DocumentIndexClient` has changed. See the `document_index.ipynb` notebook for more information.
1624
- The `EmbeddingType` alias has been renamed to `Representation` to better align with the underlying API.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "intelligence-layer"
7-
version = "7.3.1"
7+
version = "8.0.0"
88
description = ""
99
authors = ["Aleph Alpha Engineering <engineering@aleph-alpha.com>"]
1010
readme = "README.md"

0 commit comments

Comments
 (0)