Replies: 1 comment
-
Solution for Docker Networking IssueHi there! It looks like you're facing a Docker networking issue with the Khoj container. Here are a few steps you can try to resolve the problem:
If these steps don't resolve the issue, you might want to share the relevant logs or error messages from the Docker container for further assistance. Hope this helps! 😊 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I was trying to get the Khoj Docker container connect to my local Mistral Ollama model using the admin panel but it seems there's a bigger issue related to Docker network communications.
I made sure the model works using
ollama run mistral
. The requests to the local/v1
node endpoints of Ollama OpenAI API do indeed send back a sound response usingcurl
, too.Below you'll find a link to
docker-compose up
output. Your help is appreciated 😀Beta Was this translation helpful? Give feedback.
All reactions