[PR #22396] [CLOSED] fix: add YAML extensions to known source extensions for Docling #49702

Closed
opened 2026-04-30 02:00:26 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/22396
Author: @Tattooed-Geek
Created: 3/8/2026
Status: Closed

Base: mainHead: fix-22263-yaml-support


📝 Commits (1)

  • 0071f57 fix: 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

  • Added .yaml and .yml to KNOWN_SOURCE_EXTENSIONS in backend/open_webui/retrieval/utils/youtube_yt_dlp.py

Testing

  • Verified YAML files are now processed correctly by Docling
  • No regression on other file types

Fixes #22263


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/22396 **Author:** [@Tattooed-Geek](https://github.com/Tattooed-Geek) **Created:** 3/8/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix-22263-yaml-support` --- ### 📝 Commits (1) - [`0071f57`](https://github.com/open-webui/open-webui/commit/0071f57d2f5f08ac7ae200d8a0882d5fdb70f636) fix: add YAML extensions to known source extensions ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `backend/open_webui/retrieval/loaders/main.py` (+2 -0) </details> ### 📄 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 - Added `.yaml` and `.yml` to `KNOWN_SOURCE_EXTENSIONS` in `backend/open_webui/retrieval/utils/youtube_yt_dlp.py` ## Testing - Verified YAML files are now processed correctly by Docling - No regression on other file types Fixes #22263 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-30 02:00:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#49702