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
Hello,
Starting from scratch on my Windows 10 I installed Ollama, Docker Desktop and LLocalSearch. After starting with docker compose up I had error when using the web interface.
The errors were about the backend that cannot communicate with searxng and searxng that cannot communicate with redis.
Example of errors :
backend-1 | Aug 26 14:01:01.960 WRN llm_tools/simple_websearch.go:50 Error making the request error="Get \"http://searxng:8080/?q=jeu+vid%C3%A9o+recommand%C3%A9&format=json\": dial tcp: lookup searxng on 127.0.0.11:53: no such host"
Describe the bug
Hello,
Starting from scratch on my Windows 10 I installed Ollama, Docker Desktop and LLocalSearch. After starting with
docker compose up
I had error when using the web interface.The errors were about the backend that cannot communicate with
searxng
and searxng that cannot communicate withredis
.Example of errors :
To Reproduce
Basic install on Windows
Expected behavior
You should have a failed communication when the tool try to query the web to answer your question
Solution
Here is what I've done to solve the issue. I am not an expert with docker compose at all. Is it the best solution ?
Do you want a pull request ? :)
The text was updated successfully, but these errors were encountered: