deepset-ai / haystack-tutorials

Here you can find all the Tutorials for Haystack 📓
https://haystack.deepset.ai/tutorials
Apache License 2.0
227 stars 80 forks source link

https://haystack.deepset.ai/tutorials/08_preprocessing provides farm-haystack as latest version of haystack #307

Closed Croccodoyle closed 2 weeks ago

Croccodoyle commented 3 months ago

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'

anakin87 commented 2 weeks ago

Now the tutorials of 1.x (farm-haystack) and 2.x (haystack-ai) are clearly separated. Also, the error you were reporting should be fixed.

Feel free to reopen the issue if the problem is not fixed.