Merge branch 'dbgpt_doc' into feature-xuyuan-openai-proxy

This commit is contained in:
xuyuan23
2023-06-14 17:55:32 +08:00
59 changed files with 1068 additions and 259 deletions

View File

@@ -5,21 +5,21 @@ This is a collection of DB-GPT tutorials on Medium.
DB-GPT is divided into several functions, including chat with knowledge base, execute SQL, chat with database, and execute plugins.
###Introduce
[What is DB-GPT](https://www.youtube.com/watch?v=QszhVJerc0I) by csunny (https://github.com/csunny/DB-GPT):
### Introduce
[What is DB-GPT](https://www.youtube.com/watch?v=QszhVJerc0I)
### Knowledge
[How to Create your own knowledge repository](https://db-gpt.readthedocs.io/en/latest/modules/knownledge.html)
[How to Create your own knowledge repository](https://db-gpt.readthedocs.io/en/latest/modules/knowledge.html)
[Add new Knowledge demonstration](../../assets/new_knownledge_en.gif)
[Add new Knowledge demonstration](https://github.com/csunny/DB-GPT/blob/main/assets/new_knownledge_en.gif)
### SQL Generation
[sql generation demonstration](../../assets/demo_en.gif)
[sql generation demonstration](https://github.com/csunny/DB-GPT/blob/main/assets/demo_en.gif)
### SQL Execute
[sql execute demonstration](../../assets/auto_sql_en.gif)
[sql execute demonstration](https://github.com/csunny/DB-GPT/blob/main/assets/auto_sql_en.gif)
### Plugins
[db plugins demonstration](../../assets/dbgpt_bytebase_plugin.gif)
[db plugins demonstration](https://github.com/csunny/DB-GPT/blob/main/assets/auto_plugin.gif)