[PR #22399] [CLOSED] fix: add YAML extensions to known source extensions for Docling #49705

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

📋 Pull Request Information

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

Base: devHead: fix-22263-yaml-support


📝 Commits (1)

  • f8a136a 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

Pull Request Checklist

  • Target branch: This PR targets the dev branch.
  • Description: Enable YAML file processing in Docling.
  • Changelog: Added below.
  • Testing: Verified YAML files are now processed correctly.
  • Code review: Self-reviewed.

Changelog Entry

Description

Adds YAML file extensions (.yaml, .yml) to the known source extensions list so Docling can process them as text files.

Fixed

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

Additional Information

Fixes #22263

Contributor License Agreement


🔄 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/22399 **Author:** [@Tattooed-Geek](https://github.com/Tattooed-Geek) **Created:** 3/8/2026 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `fix-22263-yaml-support` --- ### 📝 Commits (1) - [`f8a136a`](https://github.com/open-webui/open-webui/commit/f8a136accb6260274c07c40d6efa5b22522205c3) 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 # Pull Request Checklist - [x] **Target branch:** This PR targets the `dev` branch. - [x] **Description:** Enable YAML file processing in Docling. - [x] **Changelog:** Added below. - [x] **Testing:** Verified YAML files are now processed correctly. - [x] **Code review:** Self-reviewed. # Changelog Entry ### Description Adds YAML file extensions (.yaml, .yml) to the known source extensions list so Docling can process them as text files. ### Fixed - Added `.yaml` and `.yml` to `KNOWN_SOURCE_EXTENSIONS` in `backend/open_webui/retrieval/utils/youtube_yt_dlp.py` ### Additional Information Fixes #22263 ### Contributor License Agreement - [x] By submitting this pull request, I confirm that I have read and fully agree to the [Contributor License Agreement (CLA)](https://github.com/open-webui/open-webui/blob/main/CONTRIBUTOR_LICENSE_AGREEMENT), and I am providing my contributions under its terms. --- <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:37 -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#49705