neo4j / graph-data-science

Source code for the Neo4j Graph Data Science library of graph algorithms.
https://neo4j.com/docs/graph-data-science/current/
Other
596 stars 157 forks source link

Confusing install process of gbs #256

Closed shaibearary closed 1 year ago

shaibearary commented 1 year ago

I am trying to follow https://neo4j.com/docs/graph-data-science/current/installation/neo4j-server/ this to install gds but cannot success. Then I realize according to the page I will install .jar but the file downloaded from https://neo4j.com/download-center/#algorithms here is .zip I use neo4j desktop to download .jar and repalce then get correct installed. I think it will be helpful to add unzip instruction on page https://neo4j.com/docs/graph-data-science/current/installation/neo4j-server/

Mats-SX commented 1 year ago

Hello @pqingshuang and thanks for your feedback.

The .zip file contains only the .jar file, so a simple unzip is all that it takes. The only reason we archive it is because some web browsers will flag .jar files as dangerous by default.

I will make sure to make that more clear in the installation instructions.

All the best Mats

Mats-SX commented 1 year ago

Please see the updated documentation at https://neo4j.com/docs/graph-data-science/2.3/installation/neo4j-server/.

Thank you for reporting this.