APOC , GDS procedure not able to call - Get procedure not found error

I am new to Neo4J and have been using Neo4J desktop version 5.19.0. I have installed the pluggins Graph data science and APOC. how ever i keep getting the error saying the procedure not found. Any help would be great.

Neo.ClientError.Procedure.ProcedureNotFound

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

That process may have been promoted, so it may not have "alpha" in its name with the version you are using. Run the following in browser to see what procedures exists with the "shortestPath" in its name:

show procedures where name contains "shortestPath"