mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[GH-ISSUE #16126] issue: Download from Huggingface broken, Openwebui completely crashes afterwards #17788
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 @LumenYoung on GitHub (Jul 29, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16126
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.6.18
Ollama Version (if applicable)
No response
Operating System
Linux, running inside container
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
when specifying model like
intfloat/multilingual-e5-large-instructfor embedding model for the RAG setup orQwen/Qwen3-Embedding-0.6B, the whole service crashes and any attempt to restart the service or recreate the container cannot bring back the service, the initial error is following even though theOFFLINE_MODEis explicitly set tofalseon my instance.message(2).txt
Moreover, using model like
jinaai/jina-embeddings-v4would download fine but the inference would give the following error message when attempting to index. But this won't crash the service like above problem, but RAG is not working:message(1).txt
Further investigation on this second type of problem reveal the following error message:
Actual Behavior
The service either crashes completely in case 1 (
Qwen/Qwen3-Embedding-0.6B) or rag doesn't work in case 2 (jinaai/jina-embeddings-v4).Steps to Reproduce
Logs & Screenshots
Already appended at the description
Additional Information
No response
@tjbck commented on GitHub (Jul 29, 2025):
jinaai/jina-embeddings-v4requires additional dependencies.