mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-28 13:00:02 +00:00
deps:refactor dependencies installation method (#2381)
This commit is contained in:
@@ -33,22 +33,13 @@ build-backend = "hatchling.build"
|
||||
cache = [
|
||||
"rocksdict",
|
||||
]
|
||||
|
||||
observability = [
|
||||
"opentelemetry-api",
|
||||
"opentelemetry-sdk",
|
||||
"opentelemetry-exporter-otlp",
|
||||
]
|
||||
|
||||
proxy_openai = [
|
||||
"dbgpt[client,cli,agent,simple_framework,framework,code,proxy_openai]",
|
||||
"dbgpt-ext"
|
||||
]
|
||||
|
||||
default = [
|
||||
"dbgpt[client,cli,agent,simple_framework,framework,code]",
|
||||
"dbgpt-ext[rag]",
|
||||
"dbgpt-ext[storage_chromadb]",
|
||||
base = [
|
||||
"dbgpt[client,cli,agent,simple_framework,framework,code]"
|
||||
]
|
||||
dbgpts = [
|
||||
# For build dbgpts apps, we will be removed in the future.
|
||||
|
Reference in New Issue
Block a user