mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[GH-ISSUE #8927] Embedding failure #15328
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 @ghost on GitHub (Jan 25, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8927
Bug Report
Installation Method
docker
Environment
Confirmation:
Expected Behavior:
Embedding works for docker container
Actual Behavior:
Embedding failed
Description
Bug Summary:
Reproduction Details
Steps to Reproduce:

Model used: https://huggingface.co/djuna/stella-base-en-v2-Q5_K_M-GGUF
Embeding failed
Logs and Screenshots
Browser Console Logs:
Docker Container Logs:
@ghost commented on GitHub (Jan 26, 2025):
I changed the vectordb to pgvector (the same pg data base that open webui uses) and I got the following error:
@ChMat commented on GitHub (Jan 26, 2025):
I’m experiencing the same error message within Open Web UI GUI.
Same configuration as OP, I just upgraded from previous versions of Ollama and Open Web UI.
I’m trying to change Embedding model to
bge-m3:latestand I get theTypeError: 'NoneType' object is not iterableerror when I try to upload files or edit text content into a documentation.I’m runnings Open Web UI in WSL and using latest version of Chrome as my browser.
Rolling back to the default Embedding model engine (sentence transfomers) makes the error disappear.