@@ -87,14 +87,25 @@ For more information see xref:management-ops/index.adoc[Graph Management].
8787
8888The 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- ** Supports various additional model catalog features
95- *** Storing unlimited amounts of models in the model catalog
96- *** xref:model-catalog/publish.adoc[Publishing a stored model]
97- *** xref:model-catalog/store.adoc#model-catalog-store-ops[Persisting a stored model to disk]
98- ** Supports an xref:production-deployment/feature-toggles.adoc#bit-id-map-feature-toggle[optimized graph implementation]
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+ *** Sharing of models between users, by xref:model-catalog/publish.adoc[publishing it].
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].
99110
100111For more information see xref:installation/System-requirements.adoc#system-requirements-cpu[System Requirements - CPU].
0 commit comments