2 Commits

Author SHA1 Message Date
Andrew Schwartz
4d9c9bde9c
fix: add unsafe=True to make code properly run (#10172)
Without this change, `OutputAdapter` has an output of type string, which results in the following error:

> Error: SentenceTransformersDocumentEmbedder expects a list of Documents as input.In case you want to embed a string, please use the SentenceTransformersTextEmbedder.

_Note: the cookbook repo's Jupyter Notebook should also be updated._
2025-12-03 09:34:57 +01:00
Haystack Bot
6355f6deae
Promote unstable docs for Haystack 2.20 (#10080)
Co-authored-by: anakin87 <44616784+anakin87@users.noreply.github.com>
2025-11-13 18:00:45 +01:00