[PR #18306] [MERGED] feat: add mineru as document parser backend with support of both local and managed api #40378

Closed
opened 2026-04-25 12:52:44 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/18306
Author: @palazski
Created: 10/13/2025
Status: Merged
Merged: 10/16/2025
Merged by: @tjbck

Base: devHead: main


📝 Commits (2)

  • 40e9d9c feat: add mineru as document parser support with both local and managed api
  • 288b323 feat: use MINERU_PARAMS json field for mineru settings

📊 Changes

6 files changed (+730 additions, -0 deletions)

View changed files

📝 backend/open_webui/config.py (+30 -0)
📝 backend/open_webui/main.py (+8 -0)
📝 backend/open_webui/retrieval/loaders/main.py (+17 -0)
backend/open_webui/retrieval/loaders/mineru.py (+541 -0)
📝 backend/open_webui/routers/retrieval.py (+42 -0)
📝 src/lib/components/admin/Settings/Documents.svelte (+92 -0)

📄 Description

Changelog Entry

Description

This PR adds support for minerU as a document parser backend. minerU offers both a cloud API and a local deployment, and this PR supports both these APIs.

Added

Added minerU backend file, related settings environments, and PersistentConfig entries..

Changed

None.

Deprecated

None.

Removed

None.

Fixed

None.

Security

None.

Breaking Changes

None.


Additional Information

None.

Screenshots or Videos

image

Contributor License Agreement

By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.


🔄 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/18306 **Author:** [@palazski](https://github.com/palazski) **Created:** 10/13/2025 **Status:** ✅ Merged **Merged:** 10/16/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `main` --- ### 📝 Commits (2) - [`40e9d9c`](https://github.com/open-webui/open-webui/commit/40e9d9c33064adfc444400884bd1b81588510b12) feat: add mineru as document parser support with both local and managed api - [`288b323`](https://github.com/open-webui/open-webui/commit/288b323df8ecd41a77969516ef8107b27ef110df) feat: use MINERU_PARAMS json field for mineru settings ### 📊 Changes **6 files changed** (+730 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `backend/open_webui/config.py` (+30 -0) 📝 `backend/open_webui/main.py` (+8 -0) 📝 `backend/open_webui/retrieval/loaders/main.py` (+17 -0) ➕ `backend/open_webui/retrieval/loaders/mineru.py` (+541 -0) 📝 `backend/open_webui/routers/retrieval.py` (+42 -0) 📝 `src/lib/components/admin/Settings/Documents.svelte` (+92 -0) </details> ### 📄 Description # Changelog Entry ### Description This PR adds support for minerU as a document parser backend. minerU offers both a cloud API and a local deployment, and this PR supports both these APIs. ### Added Added minerU backend file, related settings environments, and PersistentConfig entries.. ### Changed None. ### Deprecated None. ### Removed None. ### Fixed None. ### Security None. ### Breaking Changes None. --- ### Additional Information None. ### Screenshots or Videos <img width="1224" height="339" alt="image" src="https://github.com/user-attachments/assets/41c90410-b797-4fa2-8773-ae8ccdafed86" /> ### Contributor License Agreement 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-25 12:52:44 -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#40378