Chat Dashboard
Report analysis corresponds to the Chat Dashboard
scenario in DB-GPT, and intelligent report generation and analysis can be performed through natural language. It is one of the basic capabilities of generative BI (GBI). Let's take a look at how to use the report analysis capabilities.
Steps
The following are the steps for using report analysis:
- 1.Data preparation
- 2.Add data source
- 3.Select Chat Dashboard App
- 4.Start chat
Data preparation
In order to better experience the report analysis capabilities, we have built some test data into the code. To use this test data, we first need to create a test library.
CREATE DATABASE IF NOT EXISTS dbgpt_test CHARACTER SET utf8;