MinerU supports for the new backend vlm-mlx-engine#11864
Merged
Conversation
yongtenglei
suggested changes
Dec 10, 2025
yongtenglei
left a comment
Member
There was a problem hiding this comment.
Hi @TeslaZY,
Have you tested the other backends you added? I just tested vlm-mlx-engine and it works well.
If you are not 100% sure the others will work fine, then let's just add vlm-mlx-engine this time.
What do you think?
Cheers.
Contributor
Author
|
I agree with you. I have tested vlm-mlx-engine. Although I am testing the other two types on Linux, I have not started testing on win. We can add vlm-mlx-engine first. If the other types will work fine, I will submit pr again. |
Member
|
Let's do it. |
yongtenglei
approved these changes
Dec 10, 2025
yngvarhuang
pushed a commit
to yngvarhuang/ragflow
that referenced
this pull request
Dec 13, 2025
…support_encrypted_files_20251209 * commit '44dec89f1fd6eb98f2d8d5c0137074990a09a99c': (28 commits) Fix: aspose-slide issue. (infiniflow#11935) Fix: raptor don't have attribute chat (infiniflow#11936) Feat: Add GPT-5.2 & pro (infiniflow#11929) Refa: refactor metadata filter (infiniflow#11907) Feat: Displaying the file option in the webhook's request body infiniflow#10427 (infiniflow#11928) Fix: forget-reset password (infiniflow#11927) Feature/docs generator (infiniflow#11858) Fix: correct metadata update behavior (infiniflow#11919) Docs: How to use restful API to update or delete metadata (infiniflow#11912) Feat: Add box connector (infiniflow#11845) Feat: Flatten the request schema of the webhook infiniflow#10427 (infiniflow#11917) feat: Add Single Bucket Mode for MinIO/S3 (infiniflow#11416) Fix: tokenizer issue. (infiniflow#11902) Feat: Add mineru as a model manufacturer to the system. infiniflow#10621 (infiniflow#11903) Refa: treat MinerU as an OCR model 2 (infiniflow#11905) Add DeepseekV3.2 of Tongyi-Qianwen and remove unused code (infiniflow#11898) Fix:async issue and sensitive logging (infiniflow#11895) Added semi-automatic mode to the metadata filter (infiniflow#11886) Fix data_sync startup crash by properly invoking async main (infiniflow#11879) MinerU supports for the new backend vlm-mlx-engine (infiniflow#11864) ... # Conflicts: # docker/.env # pyproject.toml
clifftseng
pushed a commit
to clifftseng/ragflow
that referenced
this pull request
Feb 9, 2026
### What problem does this PR solve? MinerU new version supports for the new backend vlm-mlx-engine,https://github.com/opendatalab/MinerU . ### Type of change - [ x ] New Feature (non-breaking change which adds functionality)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What problem does this PR solve?
MinerU new version supports for the new backend vlm-mlx-engine,https://github.com/opendatalab/MinerU .
Type of change