mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-13 14:06:43 +00:00
chore: update 0.7.3 version (#2860)
This commit is contained in:
parent
fd6572322c
commit
3a614c67bb
@ -9,7 +9,7 @@ Integration Packages
|
||||
# Datasource Providers
|
||||
|
||||
| Provider | Supported | Install Packages |
|
||||
|-------------|-----------|----------------------|
|
||||
|-------------|-----------|---------------------------------|
|
||||
| MySQL | ✅ | --extra datasource_mysql |
|
||||
| OceanBase | ✅ | |
|
||||
| ClickHouse | ✅ | --extra datasource_clickhouse |
|
||||
@ -17,9 +17,10 @@ Integration Packages
|
||||
| MSSQL | ✅ | --extra datasource_mssql |
|
||||
| PostgreSQL | ✅ | --extra datasource_postgres |
|
||||
| ApacheDoris | ✅ | |
|
||||
| StarRocks | ✅ | --extra datasource_starroks |
|
||||
| StarRocks | ✅ | |
|
||||
| Spark | ✅ | --extra datasource_spark |
|
||||
| Oracle | ✅ | --extra datasource_oracle |
|
||||
| Gaussdb | ✅ | --extra datasource_postgres |
|
||||
|
||||
|
||||
# RAG Storage Providers
|
||||
|
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "dbgpt-acc-auto"
|
||||
version = "0.7.1"
|
||||
version = "0.7.3"
|
||||
description = "Add your description here"
|
||||
authors = [
|
||||
{ name = "csunny", email = "cfqcsunny@gmail.com" }
|
||||
|
@ -1 +1 @@
|
||||
version = "0.7.1"
|
||||
version = "0.7.3"
|
||||
|
@ -2,7 +2,7 @@
|
||||
# https://github.com/astral-sh/uv/issues/2252#issuecomment-2624150395
|
||||
[project]
|
||||
name = "dbgpt-acc-flash-attn"
|
||||
version = "0.7.1"
|
||||
version = "0.7.3"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
|
@ -1 +1 @@
|
||||
version = "0.7.1"
|
||||
version = "0.7.3"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "dbgpt-app"
|
||||
version = "0.7.1"
|
||||
version = "0.7.3"
|
||||
description = "Add your description here"
|
||||
authors = [
|
||||
{ name = "csunny", email = "cfqcsunny@gmail.com" }
|
||||
|
@ -1 +1 @@
|
||||
version = "0.7.2"
|
||||
version = "0.7.3"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "dbgpt-client"
|
||||
version = "0.7.1"
|
||||
version = "0.7.3"
|
||||
description = "Add your description here"
|
||||
authors = [
|
||||
{ name = "csunny", email = "cfqcsunny@gmail.com" }
|
||||
|
@ -1 +1 @@
|
||||
version = "0.7.2"
|
||||
version = "0.7.3"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "dbgpt"
|
||||
version = "0.7.1"
|
||||
version = "0.7.3"
|
||||
description = """DB-GPT is an experimental open-source project that uses localized GPT \
|
||||
large models to interact with your data and environment. With this solution, you can be\
|
||||
assured that there is no risk of data leakage, and your data is 100% private and secure.\
|
||||
|
@ -1 +1 @@
|
||||
version = "0.7.2"
|
||||
version = "0.7.3"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "dbgpt-ext"
|
||||
version = "0.7.1"
|
||||
version = "0.7.3"
|
||||
description = "Add your description here"
|
||||
authors = [
|
||||
{ name = "csunny", email = "cfqcsunny@gmail.com" }
|
||||
|
@ -1 +1 @@
|
||||
version = "0.7.2"
|
||||
version = "0.7.3"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "dbgpt-serve"
|
||||
version = "0.7.1"
|
||||
version = "0.7.3"
|
||||
description = "Add your description here"
|
||||
authors = [
|
||||
{ name = "csunny", email = "cfqcsunny@gmail.com" }
|
||||
|
@ -1 +1 @@
|
||||
version = "0.7.2"
|
||||
version = "0.7.3"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "dbgpt-mono"
|
||||
version = "0.7.2"
|
||||
version = "0.7.3"
|
||||
description = """DB-GPT is an experimental open-source project that uses localized GPT \
|
||||
large models to interact with your data and environment. With this solution, you can be\
|
||||
assured that there is no risk of data leakage, and your data is 100% private and secure.\
|
||||
|
Loading…
Reference in New Issue
Block a user