Skip to content

Commit d4acb7d

Browse files
committed
Apply correct product name
1 parent 2a95445 commit d4acb7d

18 files changed

+27
-27
lines changed

doc/modules/ROOT/pages/getting-started.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ Please note that the `GraphDataScience` object needs to communicate with a Neo4j
4242
If there is no such database, you will need to <<specifying-targeted-database, provide a valid database using the `database` keyword parameter>>.
4343

4444

45-
=== Aura Graph Analytics Serverless
45+
=== Aura Graph Analytics
4646

47-
The GDS Python Client has dedicated support for the xref:graph-analytics-serverless.adoc[Aura Graph Analytics Serverless] offering.
47+
The GDS Python Client has dedicated support for the xref:graph-analytics-serverless.adoc[Aura Graph Analytics] offering.
4848

4949
This example shows how to instantiate the `GraphDataScience` object using an Aura API key pair and AuraDB connection information.
5050

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
= Aura Graph Analytics Serverless
1+
= Aura Graph Analytics
22

33
:page-aliases: gds-session
44

5-
Aura Graph Analytics Serverless is an on-demand ephemeral compute environment for running GDS workloads.
5+
Aura Graph Analytics serverless is an on-demand ephemeral compute environment for running GDS workloads.
66
Each compute unit is called a _GDS Session_.
77
It is offered as part of link:https://neo4j.com/docs/aura/graph-analytics/#aura-gds-serverless[Neo4j Aura], a fast, scalable, always-on, fully automated cloud graph platform.
88

@@ -610,7 +610,7 @@ gds.wcc.write(
610610
You can run Cypher queries on the Neo4j DB using the `run_cypher()` method.
611611
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.
612612

613-
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].
613+
NOTE: If you want to use Cypher to operate Aura Graph Analytics serverless use the https://neo4j.com/docs/graph-data-science/current/installation/aura-graph-analytics-serverless/#_syntax[Cypher API].
614614

615615

616616
.Run a Cypher query to find our written-back embeddings:

doc/modules/ROOT/pages/tutorials/centrality-algorithms.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ connection to the database.
2828

2929
TIP: Alternatively, you can use
3030
https://neo4j.com/docs/graph-data-science-client/current/graph-analytics-serverless/[Aura
31-
Graph Analytics Serverless] and skip the whole Setup section below.
31+
Graph Analytics] and skip the whole Setup section below.
3232

3333
[source, python, role=no-test]
3434
----

doc/modules/ROOT/pages/tutorials/community-detection.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ connection to the database.
2828

2929
TIP: Alternatively, you can use
3030
https://neo4j.com/docs/graph-data-science-client/current/graph-analytics-serverless/[Aura
31-
Graph Analytics Serverless] and skip the whole Setup section below.
31+
Graph Analytics] and skip the whole Setup section below.
3232

3333
[source, python, role=no-test]
3434
----

doc/modules/ROOT/pages/tutorials/fastrp-and-knn.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ our GDS client connection to the database.
4848

4949
TIP: Alternatively, you can use
5050
https://neo4j.com/docs/graph-data-science-client/current/graph-analytics-serverless/[Aura
51-
Graph Analytics Serverless] and skip the whole Setup section below.
51+
Graph Analytics] and skip the whole Setup section below.
5252

5353
[source, python, role=no-test]
5454
----

doc/modules/ROOT/pages/tutorials/graph-analytics-serverless-self-managed.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// DO NOT EDIT - AsciiDoc file generated automatically
22

3-
= Graph Analytics Serverless for Self-Managed Neo4j DB
3+
= Aura Graph Analytics for Self-Managed Neo4j DB
44

55

66
https://colab.research.google.com/github/neo4j/graph-data-science-client/blob/main/examples/graph-analytics-serverless-self-managed.ipynb[image:https://colab.research.google.com/assets/colab-badge.svg[Open
@@ -26,7 +26,7 @@ example].
2626
== Prerequisites
2727

2828
This notebook requires having a Neo4j instance available and that the
29-
Graph Analytics Serverless
29+
Aura Graph Analytics
3030
https://neo4j.com/docs/aura/graph-analytics/#aura-gds-serverless[feature]
3131
is enabled for your Neo4j Aura project.
3232

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// DO NOT EDIT - AsciiDoc file generated automatically
22

3-
= Graph Analytics Serverless for non-Neo4j data sources
3+
= Aura Graph Analytics for non-Neo4j data sources
44

55

66
https://colab.research.google.com/github/neo4j/graph-data-science-client/blob/main/examples/graph-analytics-serverless-standalone.ipynb[image:https://colab.research.google.com/assets/colab-badge.svg[Open
@@ -25,7 +25,7 @@ link:../graph-analytics-serverless-self-managed[this example].
2525

2626
== Prerequisites
2727

28-
This notebook requires having the Graph Analytics Serverless
28+
This notebook requires having the Aura Graph Analytics
2929
https://neo4j.com/docs/aura/graph-analytics/#aura-gds-serverless[feature]
3030
enabled for your Neo4j Aura project.
3131

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// DO NOT EDIT - AsciiDoc file generated automatically
22

3-
= Graph Analytics Serverless for AuraDB
3+
= Aura Graph Analytics for AuraDB
44

55

66
https://colab.research.google.com/github/neo4j/graph-data-science-client/blob/main/examples/graph-analytics-serverless.ipynb[image:https://colab.research.google.com/assets/colab-badge.svg[Open
@@ -26,7 +26,7 @@ link:../graph-analytics-serverless-self-managed[this example].
2626
== Prerequisites
2727

2828
This notebook requires having an AuraDB instance available and have the
29-
Graph Analytics Serverless
29+
Aura Graph Analytics
3030
https://neo4j.com/docs/aura/graph-analytics/#aura-gds-serverless[feature]
3131
enabled for your project.
3232

doc/modules/ROOT/pages/tutorials/import-sample-export-gnn.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ connection to the database.
5151

5252
TIP: Alternatively, you can use
5353
https://neo4j.com/docs/graph-data-science-client/current/graph-analytics-serverless/[Aura
54-
Graph Analytics Serverless] and skip the whole Setup section below.
54+
Graph Analytics] and skip the whole Setup section below.
5555

5656
[source, python, role=no-test]
5757
----

doc/modules/ROOT/pages/tutorials/load-data-via-graph-construction.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ AuraDS (which comes with GDS preinstalled) or Neo4j Desktop.
2424

2525
TIP: Alternatively, you can use
2626
https://neo4j.com/docs/graph-data-science-client/current/graph-analytics-serverless/[Aura
27-
Graph Analytics Serverless] and skip the whole Setup section below.
27+
Graph Analytics] and skip the whole Setup section below.
2828

2929
Once the credentials to this environment are available, we can install
3030
the `graphdatascience` package and import the client class.

0 commit comments

Comments
 (0)