Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions modules/ROOT/pages/configuration/plugins.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ The Fleet management jar file is bundled with the Neo4j server starting with Neo
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.
See link:{neo4j-docs-base-uri}/aura/fleet-management/setup/[Aura documentation -> Fleet Management -> Add a deployment] for more information.

If your Neo4j CE installation does not include the bundled GDS plugin, you will need to download it separately.
Before installation, verify compatibility between your Neo4j version and the GDS library by consulting the link:{neo4j-docs-base-uri}/graph-data-science/current/installation/supported-neo4j-versions[the GDS compatibility matrix] in the GDS documentation.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we combine these sentences into one? Something like:
"If your Neo4j CE installation does not include the bundled GDS plugin, check the
link:{neo4j-docs-base-uri}/graph-data-science/current/installation/supported-neo4j-versions[Neo4j Graph Data Science Library Manual -> Supported Neo4j versions] to find your matching GDS library version and download it separately."

For detailed installation, refer to the corresponding Neo4j GDS manual.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The installation details are the same as those we have here. So, I think we can remove this sentence.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, I think we need to move these sentences after the note below, as otherwise we split the message about fleet management.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The installation details are the same as those we have here. So, I think we can remove this sentence.

No, they are not the same. The latest GDS documentation won't cover custom installation when you need to download the plugin manually. That's why it's important to direct users to the specific GDS manual. Let's say, if it's Neo4j 5.26, then you will need GDS manual for the 2.13 version, not for the current one which is 2.22.


[NOTE]
====
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.
Expand Down