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
(edit: was on mobile when I first answered, now elaborating a bit more)
This is most likely an installation problem. As you can see from the docs, the version 1.x and 2.x of Haystack cannot exist in the same environment: during the installation they overwrite each other causing those weird import errors. The quickest solution is to start with a fresh environment.
If that's not your case, another similar problem might be you did pip install haystack, that would install some other software. If that's the case:
pip uninstall haystack
then pip install -U haystack-ai
I'm going ahead and close this issue, let us know if you keep hitting the same error after cleaning up your installation.
An error occurred while following your manual.
https://haystack.deepset.ai/integrations/elasticsearch-document-store#usage
and I got below error.
Describe your environment (please complete the following information):
The text was updated successfully, but these errors were encountered: