You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn't know if this is an issue or if I'm being dumb for not finding it, but: I'm trying to use neo4j's built-in graph algos like shortest path without creating a server extension.
The neo4j docs states that you can access some algorithms like shortest path right from "db/data/node/NODE_ID/paths" (docs article) but I can't find a way to access those using the Python API, is it really missing or am I missing it?
The text was updated successfully, but these errors were encountered:
I didn't know if this is an issue or if I'm being dumb for not finding it, but: I'm trying to use neo4j's built-in graph algos like shortest path without creating a server extension.
The neo4j docs states that you can access some algorithms like shortest path right from "db/data/node/NODE_ID/paths" (docs article) but I can't find a way to access those using the Python API, is it really missing or am I missing it?
The text was updated successfully, but these errors were encountered: