mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-03 11:05:30 +08:00
### What problem does this PR solve? Feat: Add mineru as a model manufacturer to the system. #10621 ### Type of change - [x] New Feature (non-breaking change which adds functionality) --------- Co-authored-by: balibabu <assassin_cike@163.com>
This commit is contained in:
@ -1064,6 +1064,21 @@ Example: Virtual Hosted Style`,
|
||||
modelsToBeAddedTooltip:
|
||||
'If your model provider is not listed but claims to be "OpenAI-compatible", select the OpenAI-API-compatible card to add the relevant model(s). ',
|
||||
mcp: 'MCP',
|
||||
mineru: {
|
||||
modelNameRequired: 'Model name is required',
|
||||
apiserver: 'MinerU API Server Configuration',
|
||||
outputDir: 'MinerU Output Directory Path',
|
||||
backend: 'MinerU Processing Backend Type',
|
||||
serverUrl: 'MinerU Server URL Address',
|
||||
deleteOutput: 'Delete Output Files After Processing',
|
||||
selectBackend: 'Select processing backend',
|
||||
backendOptions: {
|
||||
pipeline: 'Standard Pipeline Processing',
|
||||
vlmTransformers: 'Vision Language Model with Transformers',
|
||||
vlmVllmEngine: 'Vision Language Model with vLLM Engine',
|
||||
vlmHttpClient: 'Vision Language Model via HTTP Client',
|
||||
},
|
||||
},
|
||||
},
|
||||
message: {
|
||||
registered: 'Registered!',
|
||||
|
||||
Reference in New Issue
Block a user