mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-05 19:08:38 +08:00
### What problem does this PR solve? Implement embed for Tencent Hunyuan **Verified from CLI** ``` RAGFlow(user)> embed text 'what is rag' 'who are you' with 'hunyuan-embedding@test1@hunyuan' dimension 16; +-----------+-------+ | dimension | index | +-----------+-------+ | 1024 | 0 | | 1024 | 1 | +-----------+-------+ ``` ### Type of change - [x] New Feature (non-breaking change which adds functionality) - [x] Refactoring
25 lines
370 B
JSON
25 lines
370 B
JSON
{
|
|
"name": "MinerU.Net",
|
|
"url": {
|
|
"default": "https://mineru.net"
|
|
},
|
|
"url_suffix": {
|
|
"doc_parse": "v4/extract/task",
|
|
"tasks": ""
|
|
},
|
|
"class": "mineru",
|
|
"models": [
|
|
{
|
|
"name": "vlm",
|
|
"model_types": [
|
|
"doc_parse"
|
|
]
|
|
},
|
|
{
|
|
"name": "MinerU-HTML",
|
|
"model_types": [
|
|
"doc_parse"
|
|
]
|
|
}
|
|
]
|
|
} |