mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-31 08:33:36 +00:00
8282d53dfa4f3511e8134c5152c6d80d5b868be4
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.
Install
- Run model server
cd pilot/server
python vicuna_server.py
- Run gradio webui
python app.py
Featurs
- SQL-Generate
- Database-QA Based Knowledge
- SQL-diagnosis
Languages
JavaScript
96.4%
Python
2.7%
TypeScript
0.5%
HTML
0.4%