apoc.ml.query

Procedure Apoc Extended

Takes a question in natural language and returns the results of that query.

Signature

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

Input parameters

Name Type Default

question

STRING

null

conf

MAP?

{}

Output parameters