@@ -88,24 +88,24 @@ For more information see xref:management-ops/index.adoc[Graph Management].
8888The Neo4j Graph Data Science library is available in two editions.
8989
9090* The open source Community Edition:
91- ** Includes all algorithms
92- ** Most of the catalog operations to manage graphs, models and pipelines
93- ** Limits the concurrency to 4 CPU cores
94- ** Limits the capacity of the model catalog to 4 models
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.
9595* The Neo4j Graph Data Science library Enterprise Edition:
9696** Can run on an unlimited amount of CPU cores.
9797** Supports the role-based access control system (RBAC) from Neo4j Enterprise Edition.
98- ** xref::production-deployment/causal-cluster.adoc[ Support running GDS as part of Neo4j Causal Cluster deployment.]
99- ** xref::common-usage/monitoring-system.adoc[Monitor a system's capacity and analytics workload]
100- ** Supports various additional graph catalog features
101- *** xref::management-ops/backup-restore.adoc[Backup and restore graphs]
102- *** xref::management-ops/create-cypher-db.adoc[Run cypher queries against a projected graph]
103- *** xref:installation/installation-apache-arrow.adoc[Import and export data via Apache Arrow]
104- ** Supports various additional model catalog features
105- *** Storing unlimited amounts of models in the model catalog
106- *** xref:model-catalog/publish.adoc[Publishing a stored model]
107- *** xref:model-catalog/store.adoc#model-catalog-store-ops[Persisting a stored model to disk]
108- ** Supports an xref:production-deployment/feature-toggles.adoc#bit-id-map-feature-toggle[optimized graph implementation]
109- ** 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].
110110
111111For more information see xref:installation/System-requirements.adoc#system-requirements-cpu[System Requirements - CPU].
0 commit comments