apoc.ml.cypher

Procedure Apoc Extended

Takes a natural language question and transforms it into a number of requested cypher queries.

Signature

apoc.ml.cypher(question :: STRING, conf = {} :: MAP?) :: (value :: MAP?)

Input parameters

Name Type Default

question

STRING

null

conf

MAP?

{}

Output parameters