You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/dashboards/ai-dashboards.adoc
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
= Creating a dashboard with AI
2
2
3
-
To access AI features, an xref:user-management.adoc#_organization_level_roles[Organization Admin] must enable Generative AI assistance in xref:visual-tour/index.adoc#org-settings[Organization Settings].
3
+
For AI features to be accessible, an xref:user-management.adoc#_organization_level_roles[organization admin] must enable Generative AI assistance under xref:visual-tour/index.adoc#org-settings[organization settings].
4
4
5
5
. In the **Create with AI** dialog, you can enter an optional natural language text prompt to let Neo4j create a customized dashboard.
6
6
. Once you are happy with the prompt, **Create** the dashboard.
@@ -11,8 +11,9 @@ When creating a dashboard with AI, the AI analyzes your link:https://neo4j.com/d
11
11
It cannot read the actual data in your database.
12
12
====
13
13
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.
14
+
The prompt is processed in the background.
15
+
The AI analyzes your database schema and tries to come up with useful queries about the data while taking your prompt into account.
16
+
Then it creates a suitable visualization for each query.
16
17
17
18
If you do not enter a prompt, Neo4j AI will still make use of your database schema and come up with a suitable dashboard.
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.
89
+
A graph model that has been thought out well leads to a dashboard that yields more meaningful insights.
90
+
AI infers nodes and relationships.
91
+
You can leverage this by using the exact node and relationship identifiers from the schema in your promps to guide AI towards more relevant charts.
90
92
91
93
== AI as a starting point
92
94
93
95
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.
96
+
It is a valid workflow 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.
0 commit comments