deps:refactor dependencies installation method (#2381)

This commit is contained in:
yyhhyy
2025-03-02 18:34:01 +08:00
committed by GitHub
parent 904e8e0393
commit 0c7dae71da
7 changed files with 1906 additions and 694 deletions

View File

@@ -69,7 +69,10 @@ datasource_duckdb = [
# datasource_doris = ["pydoris>=1.0.2,<2.0.0"]
storage_milvus = ["pymilvus"]
storage_weaviate = ["weaviate-client"]
storage_chromadb = ["chromadb>=0.4.22"]
storage_chromadb = [
"onnxruntime>=1.14.1,<=1.18.1",
"chromadb>=0.4.22"
]
storage_elasticsearch = ["elasticsearch"]
storage_obvector = ["pyobvector"]
proxy_tongyi = [