mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-04 01:29:35 +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
8 lines
116 B
JSON
8 lines
116 B
JSON
{
|
|
"name": "MinerU",
|
|
"url_suffix": {
|
|
"doc_parse": "file_parse",
|
|
"task": "tasks"
|
|
},
|
|
"class": "local"
|
|
} |