Skip to content

Commit 6da0a53

Browse files
authored
add snippets to dashboards AI section (#820)
1 parent a4db8ec commit 6da0a53

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

modules/ROOT/pages/dashboards/ai-dashboards.adoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ When creating a dashboard with AI, the AI analyzes your link:https://neo4j.com/d
1111
It cannot read the actual data in your database.
1212
====
1313

14+
The intelligent prompting happens in the background.
15+
AI is going to analyse the schema, and it will try to make up some questions, and then it will convert each of these questions into a chart.
16+
1417
If you do not enter a prompt, Neo4j AI will still make use of your database schema and come up with a suitable dashboard.
1518

1619
Note that the following examples might differ when you reproduce them.
@@ -79,4 +82,14 @@ image::dashboards/ai-dashboard-dual-focus-1.png[]
7982
.A dashboard with both a data and a visualization focus (2)
8083
image::dashboards/ai-dashboard-dual-focus-2.png[]
8184

85+
== Quality of the data model
86+
87+
AI provides a great starting point, but the quality of your underlying data model still matters.
88+
A graph model that has been thought out well, leads to a dashboard that tells more meaningful stories.
89+
AI infers nodes and relationships, but you might like to refine the model based on your specific questions - that way you will be able to reference entities directly from your schema (like `Customer`, `Order`, or `Category`) to guide AI towards more relevant charts.
90+
91+
== AI as a starting point
92+
93+
Remember, you can always edit an AI-generated dashboard.
94+
It's fun to use AI as a starting point, and then build on it by editing the output - and refining visualizations, colors, and layouts to match your needs.
8295

0 commit comments

Comments
 (0)