mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 08:21:12 -05:00
[GH-ISSUE #22671] issue: Error 500 on ollama with RAG_EMBEDDING_ENGINE=ollama and RAG_EMBEDDING_MODEL=bge-m3 #90523
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 @bibi21000 on GitHub (Mar 14, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/22671
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.8.10
Ollama Version (if applicable)
0.18.0
Operating System
Ubuntu 24.04 (using https://github.com/bibi21000/open-webui-tools)
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Using Open WebUI with RAG_EMBEDDING_ENGINE=ollama and RAG_EMBEDDING_MODEL=bge-m3
Actual Behavior
Got an error 500 from Ollama when adding file to a knowledge via API
I don't know if problem come from Open WebUI or Ollama
Steps to Reproduce
Logs & Screenshots
Open WebUI log
When starting Open WebUi docker image i have this message (Not sure it's related)
Ollama log
Additional Information
Env for Open WebUI docker image
Env for Ollama docker image
Env for Postgresql docker image
@bibi21000 commented on GitHub (Mar 20, 2026):
Seem this probelem is related to bge-m3.
Works fine with nomic-embed-text-v2-moe
Let me know if you want i test and report with bge-m3 after you publish your PR
TY for this project
@tjbck commented on GitHub (Mar 24, 2026):
Should be addressed in dev.