GDS functions aren't working (e.g. gds.graph.create)

I see the below error message when I run "CALL gds.graph.create..". My DBMS version is 4.4.15 and GDS library is 2.2.6

There is no procedure with the name `gds.graph.create` registered for this database instance. Please ensure you've spelled the procedure name correctly and that the procedure is properly deployed.

GDSversion.png

That is old syntax. It is gds.graph.project in version 2.2

https://neo4j.com/docs/graph-data-science/current/management-ops/projections/graph-project/

from 2,0 release notes

ED381B37-2EC4-4AB2-9673-1CE475A72086.png

https://neo4j.com/release-notes/gds/graph-data-science-2-0-0/