Merge pull request #4 from csunny/dev

更新readme显示
This commit is contained in:
magic.chen 2023-05-01 01:38:32 +08:00 committed by GitHub
commit f6cebf2022
5 changed files with 13 additions and 2 deletions

2
.gitignore vendored
View File

@ -129,3 +129,5 @@ dmypy.json
# Pyre type checker
.pyre/
.DS_Store
logs

View File

@ -3,10 +3,19 @@ A Open Database-GPT Experiment
![GitHub Repo stars](https://img.shields.io/github/stars/csunny/db-gpt?style=social)
DB-GPT is an experimental open-source application that builds upon the 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!, [地址](https://github.com/csunny/DB-GPT/blob/dev/asserts/演示.mov))
- 运行演示
![运行演示](https://github.com/csunny/DB-GPT/blob/dev/asserts/演示.gif)
- SQL生成示例
![SQL生成示例](https://github.com/csunny/DB-GPT/blob/dev/asserts/sql_generate.png)
- 数据库QA示例
![数据库QA示例](https://github.com/csunny/DB-GPT/blob/dev/asserts/DB_QA.png)
# Install
1. Run model server
```
@ -16,10 +25,10 @@ python vicuna_server.py
2. Run gradio webui
```
python app.py
python webserver.py
```
# Featurs
- SQL-Generate
- Database-QA Based Knowledge
- SQL-diagnosis
- SQL-diagnosis

BIN
asserts/DB_QA.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 243 KiB

BIN
asserts/sql_generate.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 KiB

BIN
asserts/演示.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB