0

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 is sandboxed 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?

Adriaan
  • 17,741
  • 7
  • 42
  • 75
Tavakoli
  • 1,303
  • 3
  • 18
  • 36
  • Please do not add answers to the question body itself. Instead, you should add it as an answer. [Answering your own question is allowed and even encouraged](https://stackoverflow.com/help/self-answer). – Adriaan Oct 20 '22 at 13:16

1 Answers1

0

You can simply add GDS plugin to the Neo4j Desktop by clicking the install button:

enter image description here

Tomaž Bratanič
  • 6,319
  • 2
  • 18
  • 31