Hi,I am using desktop version of Neo4j 4.4.7 with (apoc-4.4.0.5.jar & apoc-nlp-dependencies-4.0.0.18.jar & n10s-4.4.0.1.jar & graph-data-science-2.0.4.jar & neo4j-jwt-addon-1.2.0.jar) plugins.When I execute following Cypher code: MATCH (a:Article {ur...
Hi, I am Asal Alikhani. when I execute this code:MATCH (a:Article {uri: "https://dev.to/lirantal/securing-a-nodejs--rethinkdb--tls-setup-on-docker-containers"})
CALL apoc.nlp.gcp.entities.stream(a, {
nodeProperty: 'body',
key: $key
})
YIELD node, v...
Hi, I'm going through the tutorial at Tutorial: Build a Knowledge Graph using NLP and Ontologies - Developer Guidesonce I try to execute this cypher codeMATCH (a:Article {uri: "https://dev.to/lirantal/securing-a-nodejs--rethinkdb--tls-setup-on-docker...
I downloaded apoc-nlp-dependencies-4.0.0.18.jar and placed it in the plugins directory, I copied the neosemantics jar to the /plugin as well, but when I restart the project it is deleted. I have already installed the APOC.