LLocalSearch icon indicating copy to clipboard operation
LLocalSearch copied to clipboard

Error on question

Open Nefnief-tech opened this issue 1 year ago • 1 comments

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"

Nefnief-tech avatar Apr 28 '24 15:04 Nefnief-tech

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

  • OLLAMA_HOST=${OLLAMA_HOST:-host.docker.internal:11434} OLLAMA_HOST=${OLLAMA_HOST:-host.docker.internal:11434}

to

OLLAMA_HOST=${OLLAMA_HOST:-http://host.docker.internal:11434}

iChristGit avatar Apr 29 '24 12:04 iChristGit