We have Neo4j Server 5.3.0 (enterprise edition) installed in a kubernetes cluster using the helm chart.
I'm currently trying to install GDS plugin with such configuration of the helm chart
the neo4j pod is up and runnig and i see in logs it has been installed
Installing Plugin 'graph-data-science' from /var/lib/neo4j/products/neo4j-graph-data-science-2.2.6.jar to /plugins/graph-data-science.jar
Applying default values for plugin graph-data-science to neo4j.conf
But when i just simply try to check the version in the neo4j browser RETURN gds.version()
i get Unknown function 'gds.version'
Thanks everyone for your help. I found the cause of the issue.
We had a configuration for plugins in volumes section of the helm file from an older version of Neo4j. That's broke the plugin installation. When i removed that, everything worked fine.