mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 08:21:12 -05:00
[PR #23805] [CLOSED] fix: add automatic fallback when external document loader fails #82255
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/23805
Author: @marceaupatu123
Created: 4/16/2026
Status: ❌ Closed
Base:
dev← Head:fix/external-loader-auto-fallback📝 Commits (10+)
acbf058Add native fallback when external document loader fails156816ffix: add explicit external loader autofallback warning9b31e40fix: clarify external loader fallback warning condition1e2257dfix: warn on external loader no extractable text fallback168e761fix: fallback to native loader on any external extraction error5ce294afix(rag): normalize extraction engine for document loader fallback853e304fix(rag): centralize external fallback and normalize configa4f09c3Add has_external_config condition5ae6581Copilot suggestions fix1570f84Potential fix for pull request finding📊 Changes
7 files changed (+2923 additions, -42 deletions)
View changed files
📝
backend/open_webui/config.py(+12 -0)📝
backend/open_webui/main.py(+4 -0)📝
backend/open_webui/retrieval/loaders/external_document.py(+68 -2)📝
backend/open_webui/retrieval/loaders/main.py(+81 -7)➕
backend/open_webui/routers/retrieval.image.latest.py(+2676 -0)📝
backend/open_webui/routers/retrieval.py(+55 -33)📝
src/lib/components/admin/Settings/Documents.svelte(+27 -0)📄 Description
Pull Request Checklist
devbranch. PRs targetingmainwill be immediately closed.fix:prefix.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
Contributor License Agreement
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.