I use this site to run this query:
CALL gds.graph.project(
'graph',
'Label',
{ TYPE: { orientation: 'UNDIRECTED' } }
)
But it arise this error:
gds.graph.project
is unavailable because it issandboxed
and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
How can use gds in neo4j desktop?