mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-09 04:49:26 +00:00
deps:refactor dependencies installation method (#2381)
This commit is contained in:
@@ -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 = [
|
||||
|
Reference in New Issue
Block a user