You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* _README.txt_ file -- with information on enabling them.
259
259
260
-
Community Edition contains only the link:{neo4j-docs-base-uri}/cypher-manual/current/genai-integrations/[GenAI plugin].
260
+
Community Edition contains:
261
+
262
+
* the link:{neo4j-docs-base-uri}/genai/plugin/current/[GenAI plugin].
263
+
* starting from 2025.07, the link:{neo4j-docs-base-uri}/aura/fleet-management/setup/[Fleet management plugin].
264
+
265
+
[NOTE]
266
+
====
267
+
Using the Fleet management plugin in Neo4j CE deployments is subject to some limitations due to the limited set of features, such as no metrics being available.
268
+
Also, it is offered on a best-effort basis.
269
+
Neo4j does not offer any technical support for it.
// * <<#_schema_and_metadata,Schema and metadata>>
@@ -30,7 +30,7 @@ For lists of deprecated and removed procedures, refer to the page xref:changes-d
30
30
The available procedures on a server depends on several factors:
31
31
32
32
* Neo4j Enterprise Edition provides a larger set of procedures than Neo4j Community Edition.
33
-
* Neo4j's link:{neo4j-docs-base-uri}/apoc/{page-version}/[APOC Core library] and link:{neo4j-docs-base-uri}/cypher-manual/current/genai-integrations/[GenAI plugin] are installed by default on link:{neo4j-docs-base-uri}/aura/[Aura] instances, but have to be installed separately on on-prem servers.
33
+
* Neo4j's link:{neo4j-docs-base-uri}/apoc/{page-version}/[APOC Core library] and link:{neo4j-docs-base-uri}/genai/plugin/current/[GenAI plugin] are installed by default on link:{neo4j-docs-base-uri}/aura/[Aura] instances, but have to be installed separately on on-prem servers.
34
34
* Cluster members have procedures that are not available in standalone mode.
35
35
36
36
To check which procedures are available in your Neo4j DBMS, use the Cypher command link:{neo4j-docs-base-uri}/cypher-manual/current/clauses/listing-procedures[`SHOW PROCEDURES`]:
0 commit comments