mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-29 13:34:14 +00:00
25 lines
858 B
Markdown
25 lines
858 B
Markdown
# Tutorials
|
|
-------------
|
|
|
|
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)
|
|
|
|
### Knowledge
|
|
|
|
[How to Create your own knowledge repository](https://db-gpt.readthedocs.io/en/latest/modules/knowledge.html)
|
|
|
|
[Add new Knowledge demonstration](https://github.com/csunny/DB-GPT/blob/main/assets/new_knownledge_en.gif)
|
|
|
|
### SQL Generation
|
|
[sql generation demonstration](https://github.com/csunny/DB-GPT/blob/main/assets/demo_en.gif)
|
|
|
|
### SQL Execute
|
|
[sql execute demonstration](https://github.com/csunny/DB-GPT/blob/main/assets/auto_sql_en.gif)
|
|
|
|
|
|
### Plugins
|
|
[db plugins demonstration](https://github.com/csunny/DB-GPT/blob/main/assets/auto_plugin.gif) |