docs:update readme

This commit is contained in:
aries_ckt
2023-10-20 13:45:39 +08:00
parent 7b13b658cf
commit 21a66a0b98
5 changed files with 146 additions and 62 deletions

View File

@@ -20,4 +20,5 @@ DB-GPT product is a Web application that you can chat database, chat knowledge,
./application/kbqa/kbqa.md
./application/dashboard/dashboard.md
./application/chatexcel/chatexcel.md
./application/model/model.md
./application/model/model.md
./application/chatagent/chatagent.md

View File

@@ -1,24 +1,28 @@
ChatAgent
==================================
ChatAgent can automatically select the right tool to answer and solve user problems through LLM.
![ChatAgent](https://github.com/eosphoros-ai/DB-GPT/blob/82d8e4f3bd74bfe7f19b96e51d3483f382227bed/assets/chat_agent/chat_agent0.png)
![chat_agent0](https://github.com/eosphoros-ai/DB-GPT/assets/13723926/f6a88ab8-9352-444d-80a3-2d5456cd4286)
### 1.Update Plugins From Git
Update the latest plug-in information from the DB-GPT official plug-in repository.
![Update From Github](https://github.com/eosphoros-ai/DB-GPT/blob/82d8e4f3bd74bfe7f19b96e51d3483f382227bed/assets/chat_agent/agent_hub_1.png)
Address:https://github.com/eosphoros-ai/DB-GPT-Plugins/tree/main/src/dbgpt_plugins/search_engine
![agent_hub_1](https://github.com/eosphoros-ai/DB-GPT/assets/13723926/1ae406e2-840d-4e82-92f5-716cf69367e2)
### 2.Install Plugin
Install the plugin you want to use from the list of agent hub plugins.
![Update From Github](https://github.com/eosphoros-ai/DB-GPT/blob/82d8e4f3bd74bfe7f19b96e51d3483f382227bed/assets/chat_agent/agent_hub_1.png)
Address:https://github.com/eosphoros-ai/DB-GPT-Plugins/tree/main/src/dbgpt_plugins/search_engine
![agent_hub_1](https://github.com/eosphoros-ai/DB-GPT/assets/13723926/1ae406e2-840d-4e82-92f5-716cf69367e2)
### 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
Select an installed plugin to have a conversation.
![Select Plugins](https://github.com/eosphoros-ai/DB-GPT/blob/82d8e4f3bd74bfe7f19b96e51d3483f382227bed/assets/chat_agent/chat_agent1.png)
![Success Use](https://github.com/eosphoros-ai/DB-GPT/blob/82d8e4f3bd74bfe7f19b96e51d3483f382227bed/assets/chat_agent/chat_agent2.png)
![chat_agent1](https://github.com/eosphoros-ai/DB-GPT/assets/13723926/f0b94bea-23ab-4ae3-8b45-195e1edafed5)
![chat_agent2](https://github.com/eosphoros-ai/DB-GPT/assets/13723926/eae566ff-2105-4553-9125-9e9cab687377)
### 5.Uninstall My Plugin
Uninstall plugins you no longer need.
![Uninstall Plugin](https://github.com/eosphoros-ai/DB-GPT/blob/82d8e4f3bd74bfe7f19b96e51d3483f382227bed/assets/chat_agent/agent_hub_2.png)
![agent_hub_2](https://github.com/eosphoros-ai/DB-GPT/assets/13723926/1989a9d1-5b52-4c31-8f07-4d676a26ef75)