mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Feat: add Qwen3-Embedding text-embedding-v4 (#8184)
### What problem does this PR solve? Add Qwen3-Embedding text-embedding-v4. ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -360,6 +360,12 @@
|
|||||||
"max_tokens": 8192,
|
"max_tokens": 8192,
|
||||||
"model_type": "embedding"
|
"model_type": "embedding"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"llm_name": "text-embedding-v4",
|
||||||
|
"tags": "TEXT EMBEDDING,8K",
|
||||||
|
"max_tokens": 8192,
|
||||||
|
"model_type": "embedding"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"llm_name": "qwen-vl-max",
|
"llm_name": "qwen-vl-max",
|
||||||
"tags": "LLM,CHAT,IMAGE2TEXT",
|
"tags": "LLM,CHAT,IMAGE2TEXT",
|
||||||
|
|||||||
Reference in New Issue
Block a user