mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[PR #23802] [CLOSED] Add automatic fallback when external loader fails #66235
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/23802
Author: @marceaupatu123
Created: 4/16/2026
Status: ❌ Closed
Base:
main← Head:fix/external-loader-auto-fallback📝 Commits (1)
538b8b8Add native fallback when external document loader fails📊 Changes
1 file changed (+29 additions, -2 deletions)
View changed files
📝
backend/open_webui/retrieval/loaders/main.py(+29 -2)📄 Description
Summary
Add an automatic fallback path when the external document loader fails, so RAG processing can continue with the default loader behavior instead of hard-failing.
Why
External loader endpoints can be unavailable or transiently fail. This change improves resilience and keeps retrieval flows usable.
Changes
Validation
fix/external-loader-auto-fallbackcontains the fallback commit and is pushed.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.