diff --git a/releasenotes/notes/1-24-prelude-67fb1ade9df0eff4.yaml b/releasenotes/notes/1-24-prelude-67fb1ade9df0eff4.yaml index fe552be020..2b8657591f 100644 --- a/releasenotes/notes/1-24-prelude-67fb1ade9df0eff4.yaml +++ b/releasenotes/notes/1-24-prelude-67fb1ade9df0eff4.yaml @@ -1,6 +1,6 @@ --- prelude: - - |- + - | Amazon Bedrock supports new embedding models ([#6406](https://github.com/deepset-ai/haystack/pull/6406)) You can now use Titan and Cohere embedding models in your pipelines via the Amazon Bedrock integration. @@ -16,7 +16,7 @@ prelude: ) ``` - - |- + - | Use any WebDriver you want in Crawler [#5465](https://github.com/deepset-ai/haystack/pull/5465) The `WebDriver` that power's Haystack's crawler is no longer limited to Chrome. Now you can configure it to use `WebDriver` you'd like.