mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #18391] issue: MinerU not working in vllm mode #57248
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?
Originally created by @joasanna2 on GitHub (Oct 17, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/18391
Check Existing Issues
Installation Method
Pip Install
Open WebUI Version
v0.6.34
Ollama Version (if applicable)
v0.12.5
Operating System
Ubuntu 24.04.3 LTS
Browser (if applicable)
Chrome
Confirmation
README.md.Expected Behavior
MinerU using the "vlm engine"
Actual Behavior
MinerU alwais using the "pipeline" engine
Steps to Reproduce
Logs & Screenshots
Additional Information
No response
@saschacontes commented on GitHub (Oct 17, 2025):
Its not in the code yet, the only options are vlm and pipeline, I am also missing the vlm-http-client option. Guess it would be easier to just pass-through the parameters to MinerU API:
@tjbck commented on GitHub (Oct 20, 2025):
PR welcome.