Skip to content

Commit 86c3772

Browse files
authored
Merge pull request #6662 from FlorentinD/doc-cypher-on-gds-as-open
Mark Cypher on GDS as non enterprise
2 parents 62a1186 + 85289f4 commit 86c3772

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/modules/ROOT/pages/introduction.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ The Neo4j Graph Data Science library is available in two editions.
9999
** Includes capacity and load xref::common-usage/monitoring-system.adoc[monitoring].
100100
** Supports various additional graph catalog features, including:
101101
*** Graph xref::management-ops/backup-restore.adoc[backup and restore].
102-
*** Cypher queries against a xref::management-ops/create-cypher-db.adoc[projected graph].
103102
*** Data import and export via xref:installation/installation-apache-arrow.adoc[Apache Arrow].
104103
** Supports various additional model catalog features, including:
105104
*** Storing unlimited amounts of models in the model catalog.

doc/modules/ROOT/pages/management-ops/create-cypher-db.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[[create-cypher-db]]
2-
[.enterprise-edition]
32
= Cypher on GDS graph
43
:description: This chapter explains how to execute Cypher queries on named graphs in the Neo4j Graph Data Science library.
54

@@ -8,6 +7,8 @@ include::partial$/operations-reference/alpha-note.adoc[]
87

98
include::partial$/common-usage/not-on-aurads-note.adoc[]
109

10+
NOTE: This feature requires Neo4j Enterprise Edition.
11+
1112
Exploring projected graphs after loading them and potentially executing algorithms in mutate mode can be tricky in the Neo4j Graph Data Science library.
1213
A natural way to achieve this in the Neo4j database is to use Cypher queries.
1314
Cypher queries allow for example to get a hold of which properties are present on a node among many other things.

0 commit comments

Comments
 (0)