Replies: 2 comments 32 replies
-
Hello, @lipsa7! Under the hood, haystack/haystack/utils/doc_store.py Line 26 in 6e00007 In order to debug your problem, please run the following commands using the terminal:
and report here any errors. |
Beta Was this translation helpful? Give feedback.
-
You can find some useful information about the connection problem in this comment: #1057 (comment) There are also other related issues: Please let me know if you find a way to make it work... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
from haystack.utils import launch_es
import time
launch_es()
time.sleep(30)
Error:
Tried to start Elasticsearch through Docker but this failed. It is likely that there is already an existing Elasticsearch instance running.
I have installed docker and pulled the image. Can someone please say how to resolve this error?
Beta Was this translation helpful? Give feedback.
All reactions