-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ChatExcel): ChatExcel example file (#699)
add example excel file use to test ChatExcel
- Loading branch information
Showing
3 changed files
with
6 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,24 @@ | ||
ChatAgent | ||
================================== | ||
ChatAgent can automatically select the right tool to answer and solve user problems through LLM. | ||
![ChatAgent](https://github.com/eosphoros-ai/DB-GPT/assets/13723926/) | ||
![ChatAgent](https://github.com/eosphoros-ai/DB-GPT/blob/82d8e4f3bd74bfe7f19b96e51d3483f382227bed/assets/chat_agent/chat_agent0.png) | ||
|
||
### 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/assets/13723926/) | ||
![Update From Github](https://github.com/eosphoros-ai/DB-GPT/blob/82d8e4f3bd74bfe7f19b96e51d3483f382227bed/assets/chat_agent/agent_hub_1.png) | ||
|
||
### 2.Install Plugin | ||
Install the plugin you want to use from the list of agent hub plugins. | ||
![Install Plugin](https://github.com/eosphoros-ai/DB-GPT/assets/13723926/) | ||
|
||
![Update From Github](https://github.com/eosphoros-ai/DB-GPT/blob/82d8e4f3bd74bfe7f19b96e51d3483f382227bed/assets/chat_agent/agent_hub_1.png) | ||
|
||
### 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. | ||
![Upload Private Plugin](https://github.com/eosphoros-ai/DB-GPT/assets/13723926/) | ||
|
||
### 4.Select installed plug-ins dialog | ||
Select an installed plugin to have a conversation. | ||
![Select Plugins](https://github.com/eosphoros-ai/DB-GPT/assets/13723926/) | ||
![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) | ||
|
||
### 5.Uninstall My Plugin | ||
Uninstall plugins you no longer need. | ||
![Uninstall Plugin](https://github.com/eosphoros-ai/DB-GPT/assets/13723926/) | ||
![Uninstall Plugin](https://github.com/eosphoros-ai/DB-GPT/blob/82d8e4f3bd74bfe7f19b96e51d3483f382227bed/assets/chat_agent/agent_hub_2.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters