mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 08:21:12 -05:00
[GH-ISSUE #8682] Can't use Ollama for embedding #30742
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 (Jan 19, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8682
I'm trying to use Ollama for embedding. I've pulled mxbai-embed-large with Ollama pull and now I'm running the following:
OLLAMA_HOST=192.168.0.10 OLLAMA_FLASH_ATTENTION=1 OLLAMA_KV_CACHE_TYPE=Q4 ollama serveHowever, open-webui continues to error out when trying to upload a pdf to the chat.
See attached image.
Installation is linux x86_64 with python and CUDA 12.7 with a RTX 3090.