mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #19423] issue: Embedding regression #18872
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 @scheatkode on GitHub (Nov 24, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/19423
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.38
Ollama Version (if applicable)
N/A
Operating System
Arch Linux
Browser (if applicable)
Librewolf
Confirmation
README.md.Expected Behavior
Embedding works.
Actual Behavior
Embedding doesn't work, we get a
IndexError: list index out of rangebecause the embedding process isn't handling429 Too Many Requestsgracefully with exponential backoff or otherwise; therefore the embeddings list doesn't hold enough items.This is likely a regression from #19296.
Steps to Reproduce
Using
llama-swap:Configure Open-WebUI accordingly and run a web search.
Logs & Screenshots
Later:
Additional Information
Current workaround: Use local SentenceTransformers.
@Classic298 commented on GitHub (Nov 24, 2025):
Probably duplicate, please post your steps to repro and detailed setup info there.