diff --git a/README.md b/README.md index 1817b4c75..def812ce8 100644 --- a/README.md +++ b/README.md @@ -35,15 +35,35 @@ DB-GPT is an experimental open-source project that uses localized GPT large mode Run on an RTX 4090 GPU. -

- -

- +https://github.com/csunny/DB-GPT/assets/13723926/55f31781-1d49-4757-b96e-7ef6d3dbcf80 +

+ +

+ +

+ +

+ +

+ +

+ +

+ +

+ +

+ +

+ +

+ +

@@ -126,6 +146,12 @@ This project is standing on the shoulders of giants and is not going to work wit - Please run `black .` before submitting the code. +## RoadMap + +

+ +

+ ## Licence The MIT License (MIT) diff --git a/README.zh.md b/README.zh.md index f6d124d50..218de21ca 100644 --- a/README.zh.md +++ b/README.zh.md @@ -58,8 +58,32 @@ DB-GPT 是一个开源的以数据库为基础的GPT实验项目,使用本地 示例通过 RTX 4090 GPU 演示 + +https://github.com/csunny/DB-GPT/assets/13723926/55f31781-1d49-4757-b96e-7ef6d3dbcf80 + +

- + +

+ +

+ +

+ +

+ +

+ +

+ +

+ +

+ +

+ +

+

## 架构方案 @@ -125,6 +149,14 @@ Run the Python interpreter and type the commands: 这是一个用于数据库的复杂且创新的工具, 我们的项目也在紧急的开发当中, 会陆续发布一些新的feature。如在使用当中有任何具体问题, 优先在项目下提issue, 如有需要, 请联系如下微信,我会尽力提供帮助,同时也非常欢迎大家参与到项目建设中。 + + +# 路线图 + +

+ +

+ ## 联系我们 微信群已超扫码加群上限, 进群请添加如下微信帮拉进群。 diff --git a/assets/chart_db_city_users.png b/assets/chart_db_city_users.png deleted file mode 100644 index 13ccf1753..000000000 Binary files a/assets/chart_db_city_users.png and /dev/null differ diff --git a/assets/chatSQL.png b/assets/chatSQL.png new file mode 100644 index 000000000..2d35a1185 Binary files /dev/null and b/assets/chatSQL.png differ diff --git a/assets/chat_knowledge.png b/assets/chat_knowledge.png new file mode 100644 index 000000000..c83217708 Binary files /dev/null and b/assets/chat_knowledge.png differ diff --git a/assets/chatdata.png b/assets/chatdata.png new file mode 100644 index 000000000..6cb483073 Binary files /dev/null and b/assets/chatdata.png differ diff --git a/assets/chatdb.png b/assets/chatdb.png new file mode 100644 index 000000000..2f547db25 Binary files /dev/null and b/assets/chatdb.png differ diff --git a/assets/dashboard.png b/assets/dashboard.png new file mode 100644 index 000000000..1b883b4ea Binary files /dev/null and b/assets/dashboard.png differ diff --git a/assets/dbgpt_demo.gif b/assets/dbgpt_demo.gif deleted file mode 100644 index 6defb2e26..000000000 Binary files a/assets/dbgpt_demo.gif and /dev/null differ diff --git a/assets/ks.png b/assets/ks.png new file mode 100644 index 000000000..b17ff5609 Binary files /dev/null and b/assets/ks.png differ diff --git a/assets/roadmap.jpg b/assets/roadmap.jpg new file mode 100644 index 000000000..4b845dd75 Binary files /dev/null and b/assets/roadmap.jpg differ diff --git a/docs/getting_started/tutorials.md b/docs/getting_started/tutorials.md index fae15c47a..2c5ef87c3 100644 --- a/docs/getting_started/tutorials.md +++ b/docs/getting_started/tutorials.md @@ -21,4 +21,4 @@ DB-GPT is divided into several functions, including chat with knowledge base, ex ![sql execute demonstration](../../assets/auto_sql_en.gif) ### Plugins -![db plugins demonstration](../../assets/chart_db_city_users.png) \ No newline at end of file +![db plugins demonstration](../../assets/dashboard.png) \ No newline at end of file diff --git a/docs/use_cases/tool_use_with_plugin.md b/docs/use_cases/tool_use_with_plugin.md index aeb1c637d..705062c00 100644 --- a/docs/use_cases/tool_use_with_plugin.md +++ b/docs/use_cases/tool_use_with_plugin.md @@ -20,7 +20,7 @@ python /DB-GPT/pilot/webserver.py ``` - Test Case: Use a histogram to analyze the total order amount of users in different cities.

- +

- More detail see: [DB-DASHBOARD](https://github.com/csunny/DB-GPT-Plugins/blob/main/src/dbgpt_plugins/Readme.md)