Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
05-24-2022 07:37 AM
i want implement the hits algorithm on my java web project linked with neo4j but I have version 4.4.3 that doesn't use anymore algorithms but apoc functions.I cannot find the apoc function equivalent to hits, can someone help me please?
05-24-2022 08:43 AM
Try looking at the graph data science library.
05-24-2022 08:45 AM
thank you but this is for version 2.0, I have 4.4 where if I understand well hits is not utilizable
05-24-2022 09:29 AM
I think you are referring to version 2 of the GDS library and version 4.4 of neo4j. It states on the following page that this combination is supported.
05-24-2022 09:44 AM
I was able to create a 4.4.4 db in neo4j browser and install GDS 2.0.
05-25-2022 12:41 AM
thank you for the answer, I have this error when running the project:org.neo4j.graphdb.QueryExecutionException: There is no procedure with the name gds.alpha.hits.stream
registered for this database instance. Please ensure you've spelled the procedure name correctly and that the procedure is properly deployed. what I am doing wrong?
All the sessions of the conference are now available online