Skip to content

Commit ba9d86c

Browse files
committed
Add clarifications on Cypher/client limitations
1 parent e8d3159 commit ba9d86c

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

doc/modules/ROOT/pages/aura-graph-analytics/cypher.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,12 @@ CALL gds.session.delete(
294294

295295
When compared to the GDS plugin, the Cypher API for Aura Graph Analytics has some limitations.
296296

297+
[IMPORTANT]
298+
====
299+
If you use Aura Graph Analytics via the GDS Python client, some of these limitations might not apply.
300+
See the link:{gds-client-docs-base-uri}/current/graph-analytics-serverless/#_limitations[Python client docs] for more information.
301+
====
302+
297303
=== Algorithms
298304

299305
The following algorithms are not supported:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[CAUTION]
22
====
3-
This feature is not available in Aura Graph Analytics.
3+
This feature is xref:aura-graph-analytics/cypher.adoc#limitations[not available] as a Cypher procedure or function in Aura Graph Analytics.
44
====

doc/preview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,4 @@ asciidoc:
6060
common-license-page-uri: https://neo4j.com/docs/license/
6161
operations-manual-base-uri: https://neo4j.com/docs/operations-manual/
6262
gds-docs-base-uri: https://neo4j.com/docs/graph-data-science
63+
gds-client-docs-base-uri: https://neo4j.com/docs/graph-data-science-client

doc/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ asciidoc:
6363
common-license-page-uri: https://neo4j.com/docs/license/
6464
operations-manual-base-uri: https://neo4j.com/docs/operations-manual/
6565
gds-docs-base-uri: https://neo4j.com/docs/graph-data-science
66+
gds-client-docs-base-uri: https://neo4j.com/docs/graph-data-science-client
6667
page-add-notes-tags: eol
6768
# Version(s) to add the EOL banner to
6869
page-add-notes-versions: ['2.5', '2.7', '2.8', '2.9', '2.10', '2.11', '2.12', '2.14', '2.15']

0 commit comments

Comments
 (0)