cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Unable to see some APOC Load functions

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

1 ACCEPTED SOLUTION

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:

https://neo4j.com/labs/apoc/5/installation/

View solution in original post

2 REPLIES 2

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:

https://neo4j.com/labs/apoc/5/installation/