Skip to content

Commit 6b98968

Browse files
committed
apply suggestions from review
1 parent 5c8ef80 commit 6b98968

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

modules/ROOT/pages/configuration/plugins.adoc

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@
44

55
== Overview
66

7-
Plugins are Java Archive (_.jar_) files that extend the functionality of Neo4j by adding new features and capabilities, such as graph algorithms, data integration, and visualization tools.
7+
Plugins are Java Archive (_.jar_) files that extend the functionality of Neo4j by adding new features and capabilities, such as graph algorithms, data integration, visualization, and monitoring tools.
88

9-
Neo4j Community Edition (CE) comes with a range of pre-installed products, such as Gen AI, Graph Data Science, and Fleet management in the _products_ directory and the APOC Core jar file in the _labs_ directory.
9+
Both Neo4j Community Edition (CE) and Enterprise Edition (EE) come with a range of pre-installed products, such as Gen AI, Graph Data Science, and Fleet management in the _products_ directory and the APOC Core jar file in the _labs_ directory.
10+
The Fleet management jar file is bundled with the Neo4j server starting with Neo4j 5.26.10 and 2025.07.0 onwards.
11+
If you are using an earlier version of Neo4j, you can get the matching version of the Fleet management plugin by following the download link that matches your server version in the *Monitor Deployment* wizard in the Aura console.
12+
See link:{neo4j-docs-base-uri}/aura/fleet-management/setup/[Aura documentation -> Fleet Management -> Add a deployment] for more information.
1013

1114
[NOTE]
1215
====
@@ -15,12 +18,11 @@ Also, it is offered on a best-effort basis.
1518
Neo4j does not offer any technical support for it.
1619
====
1720

18-
Neo4j Enterprise Edition (EE) comes with Graph Data Science Enterprise, Bloom, Gen AI, and Fleet management, located in the _products_ directory, and the APOC Core jar file in the _labs_ directory.
19-
Some of these plugins, Bloom and GDS Enterprise require a license activation key.
21+
Some of these plugins, such as Bloom and GDS Enterprise require a license activation key.
2022
Reach out to your Neo4j account representative or request a representative to link:https://neo4j.com/contact-us/#sales-inquiry[contact you].
2123

22-
If you want to use your own plugins or other supported plugins, ensure that you add them to the designated _plugins_ directory.
23-
This directory serves as the central location where Neo4j looks for and loads the plugins at startup.
24+
If you want to use your own plugins or any of the other supported plugins, such as GraphQL, Neo4j Semantics, and Apoc Extended, ensure that you download and add them to the _plugins_ directory.
25+
See their respective documentation for more information.
2426

2527
== Supported plugins
2628

@@ -29,7 +31,7 @@ The following plugins are supported:
2931
.Supported Neo4j plugins
3032
[options="header",cols="d,m,b,a"]
3133
|===
32-
|Name |Key | License activation key required | Further information
34+
|Name |Key | License activation key required | Documentation
3335

3436
| APOC Extended
3537
| `apoc-extended`
@@ -149,7 +151,7 @@ See xref:configuration/file-locations.adoc[Default file locations] for more info
149151
For more information on configuring the plugins, see the respective documentation:
150152
+
151153
* link:https://neo4j.com/docs/bloom-user-guide/current/bloom-installation/[Bloom documentation]
152-
* link:https://neo4j.com/docs/graph-data-science/current/installation/[GDS documentation]
154+
* link:https://neo4j.com/docs/graph-data-science/current/installation/neo4j-server/[GDS documentation]
153155
* link:https://neo4j.com/docs/aura/fleet-management/setup/[Fleet management documentation]
154156
* link:https://neo4j.com/docs/cypher-manual/current/genai-integrations/[GenAI documentation]
155157
* link:https://neo4j.com/docs/apoc/current/installation/[APOC documentation]

0 commit comments

Comments
 (0)