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:
Yongteng Lei 2025-06-11 15:32:05 +08:00 committed by GitHub
parent 6aff3e052a
commit 5e30426916
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -360,6 +360,12 @@
"max_tokens": 8192,
"model_type": "embedding"
},
{
"llm_name": "text-embedding-v4",
"tags": "TEXT EMBEDDING,8K",
"max_tokens": 8192,
"model_type": "embedding"
},
{
"llm_name": "qwen-vl-max",
"tags": "LLM,CHAT,IMAGE2TEXT",