Please help me.
I have already install GDS and could see the version in Plugin in ,which showed in pic1
However, when I call gds.version() in terminal, it did't work and show in pic2 that "no procedure with the name gds" .
And I have already add the configuration in pic3.
Could someone hlep me with this.
Hello @huxiaochen-corporati and thanks for reaching out to us!
It looks like you've done everything right and the error message also looks expected. The reason for that is that the version of GDS is not accessed via a procedure, but via a function. As such, you must type RETURN gds.version()
in order to get the desired output.
You can find this recommendation also in the GDS manual.
Another way to verify your installation is to call the GDS procedure listing function:
CALL gds.list()
I hope this helps!
Mats
Thanks for your help. I have treid your opinions. However,I think the Neo4j didn't aware I have installed GDS. Because when I inputed GDS, Neo4j didn't show any name of function or procedure.
Can you open the database’s plug-in folder to see if the gds plug-in jar is in the folder?
If you are not familiar, select the ellipse symbol in your screenshot at the right-end of the database name, next to the open button. You can select plug-in the pop up menu
Thank you for your reply.I have checked the GDS is in the dictionary .
And I assume you installed GDS before starting the database? If not, a restart is required.
If it isn't that, then it's very strange. If you try again, starting with a new DBMS in Neo4j Desktop, following the installation instructions from the manual step-by-step, does it also not work?