mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-07-24 04:36:23 +00:00
Interact your data and environment using the local GPT, no data leaks, 100% privately, 100% security
.vscode | ||
asserts | ||
docs | ||
examples | ||
pilot | ||
.gitignore | ||
environment.yml | ||
LICENSE | ||
README.md | ||
requirements.txt |
DB-GPT
A Open Database-GPT Experiment
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!, YouTube地址)
- 运行演示
- SQL生成示例

- 数据库QA示例

Install
- Run model server
cd pilot/server
python vicuna_server.py
- Run gradio webui
python webserver.py
Featurs
- SQL-Generate
- Database-QA Based Knowledge
- SQL-diagnosis