Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
01-12-2023 11:22 PM
Dear all,
I am following this tutorial: https://neo4j.com/developer/graph-data-science/build-knowledge-graph-nlp-ontologies/
However, when I try to call apoc.load.html, I get below error
There is no procedure with the name `apoc.load.html` registered for this database instance
All other functions in apoc.load are still visible in autocompletion.
What could be issue?
I am using Neo4j Desktop 1.5.6, Neo4j 5.3.0, APOC 5.3.0
Solved! Go to Solution.
01-13-2023 03:51 AM
The apoc library consists of two components: core jar and extended jar. The apoc.load.html is part of the exerted jar. You must only have the core jar in your plugins folder.
you can download the extended jar from here. Place the file in your fatabade’s plug-in folder and restart the server.
https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases
apoc installation:
01-13-2023 03:51 AM
The apoc library consists of two components: core jar and extended jar. The apoc.load.html is part of the exerted jar. You must only have the core jar in your plugins folder.
you can download the extended jar from here. Place the file in your fatabade’s plug-in folder and restart the server.
https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases
apoc installation:
01-15-2023 10:06 PM
Thanks, you saved my day!
All the sessions of the conference are now available online