Category "neo4j-apoc"

Neoj4 GCP error: "The requested URL /v1/documents:classifyText?key=apiKey was not found on this server"

I am trying to figure out how Neoj4 Desktop can be used to handel NLP usgin this blog. Everything was ok until the text classification moment: CALL apoc.period

how to access neo4j apoc uuid as a string?

I am trying to use apoc.create.uuid() in nodejs for the first time. In the neo4j browser I can see that the result is a string like this: "a1d0d202-b585-4130-ba

Graph Data Science Error (APOC Metadata Procedure Unavailable)

I have imported my data into my dbms and installed the plugins APOC (4.2.0.0) and the Graf Data Science Library (1.4.1). When I open the playground i get the fo

Adding New Relationships in Neo4j Database using apoc.periodic.iterate

I have a Neo4j database with two kinds of nodes - Authors and Articles. Some of the articles have more than one author. I am trying to create an undirected rela

Convert datetime to timestamp in Neo4j

How to convert datetime in data loaded in Neo4j to timestamp? Example datetime format: 2020-04-07T12:39:38.027Z Please assist.