mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-14 06:26:18 +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
|
# Datasource Providers
|
||||||
|
|
||||||
| Provider | Supported | Install Packages |
|
| Provider | Supported | Install Packages |
|
||||||
|-------------|-----------|----------------------|
|
|-------------|-----------|---------------------------------|
|
||||||
| MySQL | ✅ | --extra datasource_mysql |
|
| MySQL | ✅ | --extra datasource_mysql |
|
||||||
| OceanBase | ✅ | |
|
| OceanBase | ✅ | |
|
||||||
| ClickHouse | ✅ | --extra datasource_clickhouse |
|
| ClickHouse | ✅ | --extra datasource_clickhouse |
|
||||||
@ -17,9 +17,10 @@ Integration Packages
|
|||||||
| MSSQL | ✅ | --extra datasource_mssql |
|
| MSSQL | ✅ | --extra datasource_mssql |
|
||||||
| PostgreSQL | ✅ | --extra datasource_postgres |
|
| PostgreSQL | ✅ | --extra datasource_postgres |
|
||||||
| ApacheDoris | ✅ | |
|
| ApacheDoris | ✅ | |
|
||||||
| StarRocks | ✅ | --extra datasource_starroks |
|
| StarRocks | ✅ | |
|
||||||
| Spark | ✅ | --extra datasource_spark |
|
| Spark | ✅ | --extra datasource_spark |
|
||||||
| Oracle | ✅ | --extra datasource_oracle |
|
| Oracle | ✅ | --extra datasource_oracle |
|
||||||
|
| Gaussdb | ✅ | --extra datasource_postgres |
|
||||||
|
|
||||||
|
|
||||||
# RAG Storage Providers
|
# RAG Storage Providers
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "dbgpt-acc-auto"
|
name = "dbgpt-acc-auto"
|
||||||
version = "0.7.1"
|
version = "0.7.3"
|
||||||
description = "Add your description here"
|
description = "Add your description here"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "csunny", email = "cfqcsunny@gmail.com" }
|
{ 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
|
# https://github.com/astral-sh/uv/issues/2252#issuecomment-2624150395
|
||||||
[project]
|
[project]
|
||||||
name = "dbgpt-acc-flash-attn"
|
name = "dbgpt-acc-flash-attn"
|
||||||
version = "0.7.1"
|
version = "0.7.3"
|
||||||
description = "Add your description here"
|
description = "Add your description here"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
|
@ -1 +1 @@
|
|||||||
version = "0.7.1"
|
version = "0.7.3"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "dbgpt-app"
|
name = "dbgpt-app"
|
||||||
version = "0.7.1"
|
version = "0.7.3"
|
||||||
description = "Add your description here"
|
description = "Add your description here"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "csunny", email = "cfqcsunny@gmail.com" }
|
{ name = "csunny", email = "cfqcsunny@gmail.com" }
|
||||||
|
@ -1 +1 @@
|
|||||||
version = "0.7.2"
|
version = "0.7.3"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "dbgpt-client"
|
name = "dbgpt-client"
|
||||||
version = "0.7.1"
|
version = "0.7.3"
|
||||||
description = "Add your description here"
|
description = "Add your description here"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "csunny", email = "cfqcsunny@gmail.com" }
|
{ name = "csunny", email = "cfqcsunny@gmail.com" }
|
||||||
|
@ -1 +1 @@
|
|||||||
version = "0.7.2"
|
version = "0.7.3"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "dbgpt"
|
name = "dbgpt"
|
||||||
version = "0.7.1"
|
version = "0.7.3"
|
||||||
description = """DB-GPT is an experimental open-source project that uses localized GPT \
|
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\
|
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.\
|
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]
|
[project]
|
||||||
name = "dbgpt-ext"
|
name = "dbgpt-ext"
|
||||||
version = "0.7.1"
|
version = "0.7.3"
|
||||||
description = "Add your description here"
|
description = "Add your description here"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "csunny", email = "cfqcsunny@gmail.com" }
|
{ name = "csunny", email = "cfqcsunny@gmail.com" }
|
||||||
|
@ -1 +1 @@
|
|||||||
version = "0.7.2"
|
version = "0.7.3"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "dbgpt-serve"
|
name = "dbgpt-serve"
|
||||||
version = "0.7.1"
|
version = "0.7.3"
|
||||||
description = "Add your description here"
|
description = "Add your description here"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "csunny", email = "cfqcsunny@gmail.com" }
|
{ name = "csunny", email = "cfqcsunny@gmail.com" }
|
||||||
|
@ -1 +1 @@
|
|||||||
version = "0.7.2"
|
version = "0.7.3"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "dbgpt-mono"
|
name = "dbgpt-mono"
|
||||||
version = "0.7.2"
|
version = "0.7.3"
|
||||||
description = """DB-GPT is an experimental open-source project that uses localized GPT \
|
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\
|
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.\
|
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