mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-24 11:58:31 -05:00
[PR #19105] [CLOSED] fix: MinerU vlm backend #96130
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/19105
Author: @1over137
Created: 11/11/2025
Status: ❌ Closed
Base:
dev← Head:patch-1📝 Commits (2)
e0d5de1Merge pull request #18978 from open-webui/devefa5665Update mineru.py📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
backend/open_webui/retrieval/loaders/mineru.py(+1 -1)📄 Description
Description
(discussion https://github.com/open-webui/open-webui/discussions/18446)
Currently, it defaults to "pipeline", which has substantially worse performance. It attempts to support using the
vlmbackend, but the value is not supported. MinerU logs this:Passing the backend parameter
vlm-vllm-async-engineworks as expected and produces more accurate markdown files.Fixed
backendparameter passed to MinerU fromvlm-vllm-enginetovlm-vllm-async-engineContributor 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.