mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-15 21:19:39 -05:00
[GH-ISSUE #7956] Object is not iterable #101939
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 @frenzybiscuit on GitHub (Dec 19, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7956
I am in python 3.11 venv with the latest open-webui.
When using either llamacpp or ollama as the embedding backend, I get the following error. it doesn't matter what model or settings I use.
I can clearly see the GPUs start to get used and logs in llamacpp show its sending data, so it maybe its an incompatibility with the embedding model?