haystack-tutorials
haystack-tutorials copied to clipboard
https://haystack.deepset.ai/tutorials/08_preprocessing provides farm-haystack as latest version of haystack
To start, let’s install the latest release of Haystack with pip: %%bash
pip install --upgrade pip pip install farm-haystack[colab,ocr,preprocessing,file-conversion,pdf]
This is not the latest version and when I run I get with haystack-ai I get following error....
ImportError: cannot import name 'fetch_archive_from_http' from 'haystack.utils'