mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-10 13:29:35 +00:00
feat(Agent): ChatAgent And AgentHub
1.Upgrade sqlalchemy to version 2.0
This commit is contained in:
@@ -1,23 +1,25 @@
|
|||||||
ChatAgent
|
ChatAgent
|
||||||
==================================
|
==================================
|
||||||
ChatAgent can automatically select the right tool to answer and solve user problems through LLM.
|
ChatAgent can automatically select the right tool to answer and solve user problems through LLM.
|
||||||

|

|
||||||
|
|
||||||
### 1.Update Plugins From Git
|
### 1.Update Plugins From Git
|
||||||
|
Update the latest plug-in information from the DB-GPT official plug-in repository.
|
||||||

|

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

|
||||||

|
|
||||||
|
|
||||||
|
|
||||||
### 3.Upload My Local Plugin File
|
### 3.Upload My Local Plugin File
|
||||||
|
If you want to use a private plug-in developed by yourself, you can upload the plug-in first and then use it.
|
||||||
|

|
||||||
|
|
||||||
### 4.Select installed plug-ins dialog
|
### 4.Select installed plug-ins dialog
|
||||||
|
Select an installed plugin to have a conversation.
|
||||||

|

|
||||||
|
|
||||||
### 5.Uninstall My Plugin
|
### 5.Uninstall My Plugin
|
||||||
|
Uninstall plugins you no longer need.
|
||||||
|

|
Reference in New Issue
Block a user