RagFlow uses different Ollama endpoint instead of configured one #11007
alejandrods
started this conversation in
General
Replies: 1 comment 2 replies
-
|
Try 11434 instead of 11310 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
I’ve set up a remote Ollama instance and configured it correctly in my RagFlow deployment. However, when I try to index a document, I encounter the following error:
ollama._types.ResponseError: do embedding request: Post "http://127.0.0.1:55030/embedding": EOF (status code: 500)It seems RagFlow is still attempting to reach a different (local) endpoint. However, when I access the RagFlow container and run:
curl http://<ollama_ip_machine>:11310I correctly receive: "Ollama is running"...
I don't understand the problem and the first document was correctly indexed using Ollama.
Beta Was this translation helpful? Give feedback.
All reactions