Enabling GDS Library at Database Level in Neo4j Enterprise Edition - "No procedure with name gds.version registered for this database instance"

112 views Asked by At

I am using Neo4j Enterprise Edition 4.4 and I want to utilize the Graph Data Science (GDS) library for advanced graph analytics. I have confirmed that GDS is installed on my Neo4j instance, but when I attempt to call any GDS procedure, such as gds.version(), I encounter the error message

There is no procedure with name gds.version registered for this database instance.

Could anyone please guide me on how to enable the GDS library at the database level in Neo4j Enterprise Edition successfully? Are there any specific configurations or settings that need to be applied to make the GDS procedures accessible within my database instance?

1

There are 1 answers

3
florentin On

I suspect the GDS procedures are not part of your Allowlist. See https://neo4j.com/docs/graph-data-science/current/installation/neo4j-server/ for the concrete settings.