feat(model): Support reasoning model (#2375)

Co-authored-by: yyhhyyyyyy <95077259+yyhhyyyyyy@users.noreply.github.com>
This commit is contained in:
Fangyin Cheng
2025-02-28 14:32:47 +08:00
committed by GitHub
parent 55daa31dd9
commit 82bdc6fe94
112 changed files with 1826 additions and 321 deletions

View File

@@ -72,6 +72,10 @@ storage_weaviate = ["weaviate-client"]
storage_chromadb = ["chromadb>=0.4.22"]
storage_elasticsearch = ["elasticsearch"]
storage_obvector = ["pyobvector"]
proxy_tongyi = [
# For tongyi proxy embedding model
"dashscope"
]
[tool.uv]
managed = true