Skip to content

Commit

Permalink
Merge pull request #4 from csunny/dev
Browse files Browse the repository at this point in the history
更新readme显示
  • Loading branch information
csunny authored Apr 30, 2023
2 parents 66771ee + d54660d commit f6cebf2
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,5 @@ dmypy.json

# Pyre type checker
.pyre/
.DS_Store
logs
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -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
Binary file added asserts/DB_QA.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added asserts/sql_generate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added asserts/演示.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f6cebf2

Please sign in to comment.