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?
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.