mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-24 05:34:05 +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._