Skip to content

Commit 861626a

Browse files
Mats-SXnvitucci
andauthored
Textual improvements
Co-authored-by: Nicola Vitucci <[email protected]>
1 parent 2cec3a9 commit 861626a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

doc/modules/ROOT/pages/installation/aura-graph-analytics-serverless.adoc

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ The following Additional Operations are not supported in GDS Session Cypher API:
269269
In this section we will illustrate how to use the GDS Session Cypher API to project a graph, run a few algorithms, and process results.
270270

271271

272-
=== Data & Projection
272+
=== Projecting a graph
273273

274274
.The following Cypher statement will create the example graph in the Neo4j database:
275275
[source, cypher, role=noplay setup-query]
@@ -342,9 +342,9 @@ RETURN *
342342

343343
=== Running algorithms
344344

345-
With a graph projected, we can now run algorithms.
346-
First, run xref:algorithms/page-rank.adoc[] and xref:machine-learning/node-embeddings/fastrp.adoc[] in `mutate` mode.
347-
Then, `stream` the node properties and lastly `write` them back to the AuraDB instance.
345+
You can run algorithms on a projected graph.
346+
For example, run xref:algorithms/page-rank.adoc[] and xref:machine-learning/node-embeddings/fastrp.adoc[] in `mutate` mode on the example graph.
347+
Then, `stream` the node properties and `write` them back to the AuraDB instance.
348348

349349
.Run PageRank in `mutate` mode:
350350
[source, cypher, role=noplay]
@@ -416,7 +416,7 @@ RETURN *
416416
It is possible to write mutated results using the `gds.graph.nodeProperty.write()` procedure.
417417
See xref:management-ops/graph-write-to-neo4j/write-back-to-nodes.adoc[] for more details.
418418

419-
You can also write results directly using the `write` algorithm execution mode, which we will illustrate here.
419+
You can also write results directly using the `write` algorithm execution mode.
420420

421421
.Run Louvain in `write` mode:
422422
[source, cypher, role=noplay]
@@ -434,7 +434,6 @@ RETURN communityCount, modularity
434434
| 2 | 0.3333333333333333
435435
|===
436436

437-
Now we can find our results in the AuraDB instance using standard Cypher queries.
438437

439438

440439
=== Cleaning up

0 commit comments

Comments
 (0)