nilsherzig / LLocalSearch

LLocalSearch is a completely locally running search aggregator using LLM Agents. The user can ask a question and the system will use a chain of LLMs to find the answer. The user can see the progress of the agents and the final answer. No OpenAI or Google API keys are needed.
Apache License 2.0
5.67k stars 362 forks source link

Error on question #102

Open Nefnief-tech opened 6 months ago

Nefnief-tech commented 6 months ago

When choosing the modell llama3 i get this error when asking a question: han once.\n5. Answer in the same language as the question.}" backend-1 | 2024/04/28 15:15:47 INFO Entering chain tokens=10 backend-1 | 2024/04/28 15:15:47 INFO Entering chain tokens=83 backend-1 | Exiting chain with error: Post "host.docker.internal:11434": unsupported protocol scheme "host.docker.internal" backend-1 | Exiting chain with error: Post "host.docker.internal:11434": unsupported protocol scheme "host.docker.internal"

iChristGit commented 6 months ago

I also get this error, the ollama install is on main pc (no docker)

There was another issue about it:

If you get unsupported protocol scheme 'host.docker.internal change

LLocalSearch/docker-compose.yaml

Line 6 in ed098b2