mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #22396] [CLOSED] fix: add YAML extensions to known source extensions for Docling #26654
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/22396
Author: @Tattooed-Geek
Created: 3/8/2026
Status: ❌ Closed
Base:
main← Head:fix-22263-yaml-support📝 Commits (1)
0071f57fix: add YAML extensions to known source extensions📊 Changes
1 file changed (+2 additions, -0 deletions)
View changed files
📝
backend/open_webui/retrieval/loaders/main.py(+2 -0)📄 Description
Summary
Fixes #22263
YAML files (.yaml, .yml) were not recognized as text files by Docling, causing them to be skipped during document processing.
Changes
.yamland.ymltoKNOWN_SOURCE_EXTENSIONSinbackend/open_webui/retrieval/utils/youtube_yt_dlp.pyTesting
Fixes #22263
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.