-
Notifications
You must be signed in to change notification settings - Fork 28
add snippets to dashboards AI section #820
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
|
|
@@ -11,6 +11,9 @@ When creating a dashboard with AI, the AI analyzes your link:https://neo4j.com/d | |||||||
| It cannot read the actual data in your database. | ||||||||
| ==== | ||||||||
|
|
||||||||
| The intelligent prompting happens in the background. | ||||||||
| 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. | ||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||
|
|
||||||||
| 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. | ||||||||
|
|
@@ -79,4 +82,14 @@ image::dashboards/ai-dashboard-dual-focus-1.png[] | |||||||
| .A dashboard with both a data and a visualization focus (2) | ||||||||
| image::dashboards/ai-dashboard-dual-focus-2.png[] | ||||||||
|
|
||||||||
| == Quality of the data model | ||||||||
|
|
||||||||
| AI provides a great starting point, but the quality of your underlying data model still matters. | ||||||||
| A graph model that has been thought out well, leads to a dashboard that tells more meaningful stories. | ||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||
| 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. | ||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This sounds more like prompt writing tips - using the exact entity names in a prompt to make it easy for the AI to interpret the prompt. in general i don't think that the actual data model is something that is influenced too much by what kind of dashboards we can build from it, but rather how the data should be modeled so they can be processed efficiently. I'd say this section could instead be about making sure the prompt aligns with the data model? |
||||||||
|
|
||||||||
| == AI as a starting point | ||||||||
|
|
||||||||
| Remember, you can always edit an AI-generated dashboard. | ||||||||
| 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. | ||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||
|
|
||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.