mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-31 09:10:15 +00:00
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._