mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-07-29 14:57:35 +00:00
commit
f6cebf2022
2
.gitignore
vendored
2
.gitignore
vendored
@ -129,3 +129,5 @@ dmypy.json
|
|||||||
|
|
||||||
# Pyre type checker
|
# Pyre type checker
|
||||||
.pyre/
|
.pyre/
|
||||||
|
.DS_Store
|
||||||
|
logs
|
11
README.md
11
README.md
@ -3,10 +3,19 @@ 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.
|
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.
|
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))
|
||||||
|
- 运行演示
|
||||||
|

|
||||||
|
|
||||||
|
- SQL生成示例
|
||||||
|

|
||||||
|
- 数据库QA示例
|
||||||
|

|
||||||
# Install
|
# Install
|
||||||
1. Run model server
|
1. Run model server
|
||||||
```
|
```
|
||||||
@ -16,7 +25,7 @@ python vicuna_server.py
|
|||||||
|
|
||||||
2. Run gradio webui
|
2. Run gradio webui
|
||||||
```
|
```
|
||||||
python app.py
|
python webserver.py
|
||||||
```
|
```
|
||||||
|
|
||||||
# Featurs
|
# Featurs
|
||||||
|
BIN
asserts/DB_QA.png
Normal file
BIN
asserts/DB_QA.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 243 KiB |
BIN
asserts/sql_generate.png
Normal file
BIN
asserts/sql_generate.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 164 KiB |
BIN
asserts/演示.gif
Normal file
BIN
asserts/演示.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.0 MiB |
Loading…
Reference in New Issue
Block a user