Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions modules/savanna/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ nav:
- modules/overview/nav.adoc
- modules/get-started/nav.adoc
- modules/workgroup-workspace/nav.adoc
- modules/build-ai/nav.adoc
- modules/graph-development/nav.adoc
- modules/rest-api/nav.adoc
- modules/integrations/nav.adoc
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions modules/savanna/modules/build-ai/nav.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* xref:index.adoc[]

90 changes: 90 additions & 0 deletions modules/savanna/modules/build-ai/pages/index.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
= Build a Graph with AI
:experimental:

AI Build takes you from CSV files to a ready‑to‑explore graph in minutes. It drafts a schema, loads your data, installs queries, and surfaces quick insights—fully guided and automated.

== Prerequisites

Before you start:

* Your data is prepared as CSV/TSV files with headers.
** Total upload size limit: 1 GB
** Maximum total number of columns across all files: 120

== Entry Points

* During first‑time organization sign‑up, a workspace is automatically provisioned
+
image::1-setupworkspace.png[]

* From the Workspace Connect menu (opens Import CSV directly)
+
image::menu-buildai.png[]

== Steps

. Set up your workspace (if prompted)

. Choose your onboarding path
+
image::2-chooseonboarding.png[]

.. Select btn:[Import My Data] to open Import CSV.
+
[TIP]
====
Prefer to explore a sample solution first? Choose "Explore Our Anti‑Fraud Solution" or select "Explore on my own" to go to xref:savanna:graph-development:explore-graph/index.adoc[]
====

. Import your CSV files and grant consent for AI usage
.. Accept the AI usage consent prompt
+
image::3.1-importcsv-accept.png[]
.. Upload CSV/TSV files (with headers)
+
image::3.2-importcsv-upload.png[]
+
[NOTE]
====
On the Import CSV page, you can select which uploaded CSV files to include for AI schema generation. You can exclude files you don't want to use.
====

. Review your AI‑drafted schema (optional manual edits)
+
image::4-schema.png[]
+
[TIP]
====
Want to fine‑tune your schema mappings? Open Manual Edit and refer to xref:savanna:graph-development:design-schema/index.adoc[]
====

. Build the graph with AI
+
The system creates the schema, imports data, and installs queries. This typically takes 3–5 minutes.
+
--
image::5-buildgraph.png[]
--

. View results and choose your next actions
+
See the schema, basic stats, and key insights. Click btn:[Get Started] to choose your next step.
+
--
image::6.1-build-result.png[]

image::6.2-build-action.png[]
--

== Troubleshooting

* If an error appears during schema creation or data load, adjust your CSV/TSV files (headers, separators, column counts) and try again.
* Keep the page open while AI builds the graph.

== Next Steps

* Explore your graph: xref:savanna:graph-development:explore-graph/index.adoc[]
* Edit schema visually: xref:savanna:graph-development:design-schema/index.adoc[]
* Write queries: xref:savanna:graph-development:gsql-editor/index.adoc[]