haystack-tutorials icon indicating copy to clipboard operation
haystack-tutorials copied to clipboard

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

Open Croccodoyle opened this issue 1 year ago • 0 comments

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'

Croccodoyle avatar Mar 10 '24 19:03 Croccodoyle