mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
[GH-ISSUE #9352] Connections - Ollama: Network problem #102460
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @regularRandom on GitHub (Feb 5, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/9352
I am facing issue with Connections setup in open-webui (trying to setup pipelines in order to implement RAG for PDF processing). I used both methods of pipelines installation: Docker and standalone setup - the same result. So, here is the issue: open-webui doesn't detect pipelines. open-webui & pipelines are accessible in both methods of installation: as Docker images through the host.docker.internal address, and if pipelines installed as a standalone apps. But: open-webui says Ollama: Network Problem when I click on refresh button in connection setup, in both scenarios. Logs from pipelines:
Logs of open-webui:
I tried /info, /api/version - nothing, Unicorn is completely blank.
open-webui v0.5.7, CentOS Stream 9.
What I missed?