diff --git a/README.md b/README.md index 1fcc08f74..e40174b68 100644 --- a/README.md +++ b/README.md @@ -7,26 +7,28 @@ A Open Database-GPT Experiment ## 项目方案 -![](ttps://github.com/csunny/DB-GPT/blob/dev/asserts/pilot.png) + [DB-GPT](https://github.com/csunny/DB-GPT) is an experimental open-source application that builds upon the [FastChat](https://github.com/lm-sys/FastChat) model and uses vicuna as its base model. Additionally, it looks like this application incorporates langchain and llama-index embedding knowledge to improve Database-QA capabilities. Overall, it appears to be a sophisticated and innovative tool for working with databases. If you have any specific questions about how to use or implement DB-GPT in your work, please let me know and I'll do my best to assist you. + +## 运行效果演示 Run on an RTX 4090 GPU (The origin mov not sped up!, [YouTube地址](https://www.youtube.com/watch?v=1PWI6F89LPo)) - 运行演示 -![](https://github.com/csunny/DB-GPT/blob/dev/asserts/演示.gif) +![](https://github.com/csunny/DB-GPT/blob/main/asserts/演示.gif) - SQL生成示例 首先选择对应的数据库, 然后模型即可根据对应的数据库Schema信息生成SQL - + - 数据库QA示例 - + # Install 1. 基础模型下载 diff --git a/asserts/pilot.png b/asserts/pilot.png index f1a4beb2c..41bd01207 100644 Binary files a/asserts/pilot.png and b/asserts/pilot.png differ