mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #21439] issue: RAG stopped working: list index out of range #19481
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 @theoretischer on GitHub (Feb 15, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/21439
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.8.1
Ollama Version (if applicable)
0.16.1
Operating System
Debian 12
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Rag works and the file gets uploaded
Actual Behavior
Rag does not work , file does not upload and error "list index out of range" is displayed
Steps to Reproduce
Have rag with ollama bge m3 and update to newest version
Logs & Screenshots
@theoretischer commented on GitHub (Feb 15, 2026):
It was an ollama issue, setting
- OLLAMA_BATCH_SIZE=512
- OLLAMA_MAX_LOADED_MODELS=1
worked
still have no idea why, because i didnt change anything.