diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d35b393..2545472b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,7 @@ ## 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 ... @@ -11,6 +10,15 @@ ### 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. diff --git a/pyproject.toml b/pyproject.toml index a2786178..16464c49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] readme = "README.md"