Skip to content

Commit

Permalink
docs: add schema ddl for all algos
Browse files Browse the repository at this point in the history
  • Loading branch information
wey-gu committed Mar 17, 2023
1 parent 792d141 commit d669076
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/ngdi_from_ngql_udf.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,11 @@
"id": "9b138c80",
"metadata": {},
"source": [
"RETURN ngdi(\"louvain\", [\"follow\"], [\"degree\"], \"spark\", {space: \"basketballplayer\"}, {write_mode: \"insert\"})\n"
"i.e. call a k-core algorithm\n",
"\n",
"```cypher\n",
"RETURN ngdi(\"k_core\", [\"follow\"], [\"degree\"], \"spark\", {space: \"basketballplayer\"}, {write_mode: \"insert\"})\n",
"```"
]
}
],
Expand Down

0 comments on commit d669076

Please sign in to comment.