Skip to content

Commit a4e363b

Browse files
FlorentinDMats-SX
andcommitted
Fix wording around using cypher for serverless
Co-authored-by: Mats Rydberg <[email protected]>
1 parent 39c1c8e commit a4e363b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,9 @@ gds.wcc.write(
595595

596596
You can run Cypher queries on the Neo4j DB using the `run_cypher()` method.
597597
There is no restriction on the type of query that can be run, but it is important to note that the query will be run on the Neo4j DB, and not on the GDS Session.
598-
Therefore, you will not be able to call any GDS procedures from the `run_cypher()` method.
598+
599+
NOTE: If you want to use Cypher to operate Graph Analytics Serverless use the https://neo4j.com/docs/graph-data-science/current/installation/aura-graph-analytics-serverless/#_syntax[Cypher API].
600+
599601

600602
.Run a Cypher query to find our written-back embeddings:
601603
[source,python,role=no-test]

0 commit comments

Comments
 (0)