mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-07 11:05:05 +08:00
Chore/upgrade dashscope to 1.25.11 (#13007)
## Description Upgrade dashscope package to support text-embedding-v4 model. ## Changes - Update dashscope version from 1.20.11 to 1.25.11 in pyproject.toml ## Reason The text-embedding-v4 model requires dashscope >= 1.25.0 to function properly. This upgrade ensures compatibility with the latest embedding models. Co-authored-by: Clint-chan <Clint-chan@users.noreply.github.com>
This commit is contained in:
@ -21,7 +21,7 @@ dependencies = [
|
||||
"cn2an==0.5.22",
|
||||
"cohere==5.6.2",
|
||||
"Crawl4AI>=0.4.0,<1.0.0",
|
||||
"dashscope==1.20.11",
|
||||
"dashscope==1.25.11",
|
||||
"deepl==1.18.0",
|
||||
"demjson3==3.0.6",
|
||||
"discord-py==2.3.2",
|
||||
|
||||
Reference in New Issue
Block a user