diff --git a/README.md b/README.md index 1817b4c75..7ef44ae3a 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,33 @@ Run on an RTX 4090 GPU. --> +

+ +

+ +

+ +

+ +

+ +

+ +

+ +

+ +

+ +

+ +

+ +

+ +

+ +

@@ -126,6 +153,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..5dc16b6b6 100644 --- a/README.zh.md +++ b/README.zh.md @@ -62,6 +62,30 @@ DB-GPT 是一个开源的以数据库为基础的GPT实验项目,使用本地

+

+ +

+ +

+ +

+ +

+ +

+ +

+ +

+ +

+ +

+ +

+ +

+ ## 架构方案 DB-GPT基于 [FastChat](https://github.com/lm-sys/FastChat) 构建大模型运行环境,并提供 vicuna 作为基础的大语言模型。此外,我们通过LangChain提供私域知识库问答能力。同时我们支持插件模式, 在设计上原生支持Auto-GPT插件。我们的愿景是让围绕数据库和LLM构建应用程序更加简便和便捷。 @@ -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/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)