Skip to content

Commit 6422127

Browse files
FlorentinDnvitucci
andcommitted
Improve wording
Co-authored-by: Nicola Vitucci <nicola.vitucci@neo4j.com>
1 parent 8768cec commit 6422127

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

doc/modules/ROOT/pages/introduction.adoc

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -87,21 +87,25 @@ For more information see xref:management-ops/index.adoc[Graph Management].
8787

8888
The Neo4j Graph Data Science library is available in two editions.
8989

90-
* The open source Community Edition includes all algorithms and features, but is limited to four CPU cores.
90+
* The open source Community Edition:
91+
** Includes all algorithms.
92+
** Most of the catalog operations to manage graphs, models and pipelines are available. Unavailable operations are listed below.
93+
** Limits the concurrency to 4 CPU cores.
94+
** Limits the capacity of the model catalog to 4 models.
9195
* The Neo4j Graph Data Science library Enterprise Edition:
9296
** Can run on an unlimited amount of CPU cores.
9397
** Supports the role-based access control system (RBAC) from Neo4j Enterprise Edition.
94-
** xref::production-deployment/causal-cluster.adoc[Support running GDS as part of Neo4j Causal Cluster deployment.]
95-
** xref::common-usage/monitoring-system.adoc[Monitor a system's capacity and analytics workload]
96-
** Supports various additional graph catalog features
97-
*** xref::management-ops/backup-restore.adoc[Backup and restore graphs]
98-
*** xref::management-ops/create-cypher-db.adoc[Run cypher queries against a projected graph]
99-
*** xref:installation/installation-apache-arrow.adoc[Import and export data via Apache Arrow]
100-
** Supports various additional model catalog features
101-
*** Storing unlimited amounts of models in the model catalog
102-
*** xref:model-catalog/publish.adoc[Publishing a stored model]
103-
*** xref:model-catalog/store.adoc#model-catalog-store-ops[Persisting a stored model to disk]
104-
** Supports an xref:production-deployment/feature-toggles.adoc#bit-id-map-feature-toggle[optimized graph implementation]
105-
** xref:management-ops/defaults-and-limits.adoc[Configure defaults and limits]
98+
** Support running GDS as part of a xref::production-deployment/causal-cluster.adoc[cluster deployment].
99+
** Includes capacity and load xref::common-usage/monitoring-system.adoc[monitoring].
100+
** Supports various additional graph catalog features, including:
101+
*** Graph xref::management-ops/backup-restore.adoc[backup and restore].
102+
*** Cypher queries against a xref::management-ops/create-cypher-db.adoc[projected graph].
103+
*** Data import and export via xref:installation/installation-apache-arrow.adoc[Apache Arrow].
104+
** Supports various additional model catalog features, including:
105+
*** Storing unlimited amounts of models in the model catalog.
106+
*** Model xref:model-catalog/publish.adoc[publish].
107+
*** Model xref:model-catalog/store.adoc#model-catalog-store-ops[persistence to disk].
108+
** Supports an xref:production-deployment/feature-toggles.adoc#bit-id-map-feature-toggle[optimized graph implementation].
109+
** Allows the configuration of xref:management-ops/defaults-and-limits.adoc[defaults and limits].
106110

107111
For more information see xref:installation/System-requirements.adoc#system-requirements-cpu[System Requirements - CPU].

0 commit comments

Comments
 (0)