mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-06 11:31:12 +00:00
doc:chat excel
This commit is contained in:
@@ -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
|
27
docs/getting_started/application/chatexcel/chatexcel.md
Normal file
27
docs/getting_started/application/chatexcel/chatexcel.md
Normal file
@@ -0,0 +1,27 @@
|
||||
ChatExcel
|
||||
==================================
|
||||

|
||||
ChatExcel uses natural language to analyze and query Excel data.
|
||||
|
||||
### 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.
|
||||
```
|
||||

|
||||

|
||||
|
||||
### 2.Wait for Data Processing
|
||||
After the data is uploaded, it will first learn and process the data structure and field meaning.
|
||||

|
||||
|
||||
### 3.Use Data Analysis Calculation
|
||||
Now you can use natural language to analyze and query data in the dialog box.
|
||||

|
||||

|
||||

|
||||
|
||||
|
||||
|
@@ -29,9 +29,8 @@ data in pilot/mock_datas/, you should follow the steps.
|
||||
#### 4.Input your analysis goals
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
#### 5.Adjust and modify your report
|
||||
|
||||

|
||||

|
||||
|
||||
|
@@ -1,5 +1,7 @@
|
||||
KBQA
|
||||
==================================
|
||||

|
||||
|
||||
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.
|
||||
|
||||

|
||||
|
Reference in New Issue
Block a user