doc:chat excel

This commit is contained in:
aries_ckt
2023-08-29 21:18:23 +08:00
22 changed files with 569 additions and 311 deletions

View File

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

View File

@@ -0,0 +1,27 @@
ChatExcel
==================================
![db plugins demonstration](https://github.com/eosphoros-ai/DB-GPT/assets/13723926/4113ac15-83c2-4350-86c0-5fc795677abd)
ChatExcel uses natural language to analyze and query Excel data.![db plugins demonstration](../../../../assets/chat_excel/chat_excel_1.png)
### 1.Select And Upload Excel or CSV File
Select your excel or csv file to upload and start the conversation.
```{tip}
ChatExcel
The ChatExcel function supports Excel and CSV format files, select the corresponding file to use.
```
![db plugins demonstration](../../../../assets/chat_excel/chat_excel_2.png)
![db plugins demonstration](../../../../assets/chat_excel/chat_excel_3.png)
### 2.Wait for Data Processing
After the data is uploaded, it will first learn and process the data structure and field meaning.
![db plugins demonstration](../../../../assets/chat_excel/chat_excel_4.png)
### 3.Use Data Analysis Calculation
Now you can use natural language to analyze and query data in the dialog box.
![db plugins demonstration](../../../../assets/chat_excel/chat_excel_5.png)
![db plugins demonstration](../../../../assets/chat_excel/chat_excel_6.png)
![db plugins demonstration](../../../../assets/chat_excel/chat_excel_7.png)

View File

@@ -29,9 +29,8 @@ data in pilot/mock_datas/, you should follow the steps.
#### 4.Input your analysis goals
![document](https://github.com/eosphoros-ai/DB-GPT/assets/13723926/3f427350-5bd5-4675-8f89-1bd5c63ff2c6)
![document](https://github.com/eosphoros-ai/DB-GPT/assets/13723926/3d14a2da-165e-4b2f-a921-325c20fe5ae9)
![db plugins demonstration](../../../../assets/chat_dashboard/chat_dashboard_1.png)
#### 5.Adjust and modify your report
![upload](https://github.com/eosphoros-ai/DB-GPT/assets/13723926/cb802b94-041b-44b4-b6ec-891bf8da52a4)
![db plugins demonstration](../../../../assets/chat_dashboard/chat_dashboard_2.png)

View File

@@ -1,5 +1,7 @@
KBQA
==================================
![chat_knowledge](https://github.com/eosphoros-ai/DB-GPT/assets/13723926/bc343c94-df3e-41e5-90d5-23b68c768c59)
DB-GPT supports a knowledge question-answering module, which aims to create an intelligent expert in the field of databases and provide professional knowledge-based answers to database practitioners.
![chat_knowledge](https://github.com/eosphoros-ai/DB-GPT/assets/13723926/6e55f2e5-94f7-4906-aed6-097db5c6c721)