Error when trying to import "from haystack.document_store.elasticsearch import ElasticsearchDocumentStore" #4706
-
I am trying to import ElasticsearchDocumentStore in jupyter notebooks(local system -not colab).
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It looks like you're using an ancient version of haystack, can you try installing the latest version with |
Beta Was this translation helpful? Give feedback.
-
Thank you @masci, I installed the latest version and imported "from haystack.document_stores import ElasticsearchDocumentStore". |
Beta Was this translation helpful? Give feedback.
It looks like you're using an ancient version of haystack, can you try installing the latest version with
pip install -U farm-haystack
?