mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #20552] issue: Retrieval: list index out of range #34749
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 @outis151 on GitHub (Jan 10, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/20552
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.7.1
Ollama Version (if applicable)
v0.13.5
Operating System
Debian 13
Browser (if applicable)
Chromium 143.0
Confirmation
README.md.Expected Behavior
Web search tool should correctly embed and retrieve webpages.
Actual Behavior
Web search never completes
Steps to Reproduce
Use the web search tool with the ollama embedding model engine.
Documents retrieval settings:

Web search retrieval settings:
Logs & Screenshots
Additional Information
The same error appears for the Documents embedding but there it can be fixed by disabling
Async Embedding Processing. For the Webpage embedding there is no such option.@owui-terminator[bot] commented on GitHub (Jan 10, 2026):
🔍 Similar Issues Found
I found some existing issues that might be related to this one. Please check if any of these are duplicates or contain helpful solutions:
#20327 issue: Unable to use any Open WebUI version newer than 0.6.25 due to hybrid search performance
by galvanoid • Jan 02, 2026 •
bug#18187 issue: [BUG] Retrieval Error IndexError
by Schwenn2002 • Oct 09, 2025 •
bug#19429 issue: user list wrong count and less than 30 items per page
by destination-one • Nov 24, 2025 •
bug#19496 issue: 500 internal server error appears in v0.6.40
by cloudtuotuo • Nov 26, 2025 •
bug#19755 issue: Error: 404, message='Not Found', url='http://ollama:11434/api/embed'
by stevewillett • Dec 04, 2025 •
bugShow 5 more related issues
#19417 issue: v0.6.37 SQL Error
by AKHYP • Nov 24, 2025 •
bug#19438 issue: Icon loading regression
by JoelShepard • Nov 24, 2025 •
bug#19047 issue: followup questions sometimes fail to generate
by avidwriter • Nov 08, 2025 •
bug#19752 issue: minor UI Bug: knowledge sharing
by mahenning • Dec 04, 2025 •
bug,confirmed issue#19987 issue: There is a lack of visual consistency between the home page and the chat interface.
by i-iooi-i • Dec 16, 2025 •
bug💡 Tips:
This comment was generated automatically by a bot. Please react with a 👍 if this comment was helpful, or a 👎 if it was not.
@Classic298 commented on GitHub (Jan 10, 2026):
Full document settings?
@outis151 commented on GitHub (Jan 10, 2026):