Creating a dashboard with AI

  1. In the Create with AI dialog, you can enter an optional natural language text prompt to let Neo4j create a customized dashboard.

  2. Once you are happy with the prompt, Create the dashboard.

When creating a dashboard with AI, the AI analyzes your database schema, not the actual data in your database.

If you do not enter a prompt, Neo4j AI will still make use of your database schema and come up with a suitable dashboard.

Note that the following examples might differ when you reproduce them. This is due to the nature of how LLM processing works.

Creating a data-focused dashboard

Copy the following prompt or create your own and use it to create a dashboard:

Prompt for a data-focused dashboard
Create a dashboard on my retail database, giving me an overview over recent top customers, top selling products, currently available stock, a category overview and sales volume per quarter.

The more information you include, the better the result. This holds for information about the database itself as well as entities in the data model.

ai dashboard prompt data focus
Figure 1. Create a data-focused dashboard

Here is a sample result:

ai dashboard data focus
Figure 2. A data-focused dashboard

Creating a visualization-focused dashboard

Copy the following prompt or create your own and use it to create a dashboard:

Prompt for a visualization-focused dashboard
Create a dashboard with only graph visualizations to analyze my graph.
ai dashboard prompt visualization focus
Figure 3. Create visualization-focused dashboard

Here is a sample result:

ai dashboard visualization focus
Figure 4. A visualization-focused dashboard

Combining data- and visualization focus

Copy the following prompt or create your own and use it to create a dashboard:

Prompt for a dashboard with both a data and a visualization focus
Create a dashboard with 5 bar charts analyzing products for categories and 5 graph visualizations for these categories.
ai dashboard prompt dual focus
Figure 5. Create a dashboard with both a data and a visualization focus

Here is a sample result:

ai dashboard dual focus 1
Figure 6. A dashboard with both a data and a visualization focus (1)
ai dashboard dual focus 2
Figure 7. A dashboard with both a data and a visualization focus (2)