No procedure with the name `gds.nodeSimilarity.stream`

Dear all,

I have started a Neo4j AuraDB instance (free tier) and inserted some data. Now I would like to run procedure gds.nodeSimilarity.stream, but I am getting the error:

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

I know where to find/edit the conf files for a local neo4j DB, but I dont understand how the equivalent for a cloud hosted db works. When I created the instance, only one user (Neo4j) came with it and it does not have any admin rights. Is it even possible for me the change the settings/configuration for a free tier AuraDB?

Thanks!