mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-05 11:01:09 +00:00
feat(Agent): ChatAgent And AgentHub
1.Upgrade sqlalchemy to version 2.0
This commit is contained in:
23
docs/getting_started/application/chatagent/chatagent.md
Normal file
23
docs/getting_started/application/chatagent/chatagent.md
Normal file
@@ -0,0 +1,23 @@
|
||||
ChatAgent
|
||||
==================================
|
||||
ChatAgent can automatically select the right tool to answer and solve user problems through LLM.
|
||||

|
||||
|
||||
### 1.Update Plugins From Git
|
||||
|
||||

|
||||
|
||||
|
||||
### 2.Install Plugin
|
||||
After successfully setting up the data source, you can start conversing with the database. You can ask it to generate
|
||||
SQL for you or inquire about relevant information on the database's metadata.
|
||||

|
||||
|
||||
|
||||
### 3.Upload My Local Plugin File
|
||||
|
||||
### 4.Select installed plug-ins dialog
|
||||
|
||||

|
||||
|
||||
### 5.Uninstall My Plugin
|
Reference in New Issue
Block a user