mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 21:09:41 -05:00
[GH-ISSUE #21405] issue: offline-mode still tries to download embedding model #19465
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 @ahxxm on GitHub (Feb 14, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/21405
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.8.1
Ollama Version (if applicable)
No response
Operating System
Ubuntu LTS
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
For this specific log: expect a log of skipping this or no log at all
For retrieval feature: when no model presented, either on a fresh start or user provided invalid model id(that can't be read from dir), the feature should be disabled, and explicitly tell user to turnoff OFFLINE_MODE if they want to download by model id.
Actual Behavior
Steps to Reproduce
docker compose setup
and start by docker compose up -d
Logs & Screenshots
see above actual behavior
Additional Information
I'll take a look at codebase and see if a surgical code change may fix it
@Classic298 commented on GitHub (Mar 1, 2026):
https://github.com/open-webui/open-webui/pull/22106