You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @AI-Ahmed and @radhakrishr36! In #2342, we included a few breaking changes. One of them is the renaming of convert_files_to_dicts to convert_files_to_docs. This method does not return a list of dictionaries anymore, but a list of Document objects. We changed the tutorials accordingly.
Thanks @bogdankostic but now in version 2, it seems like it does not exist at all:
from haystack.utils import convert_files_to_docs
I tried to import it or alternatives but could not find neither in doc or code
The text was updated successfully, but these errors were encountered: