Please how do I compute the cosine similarity between two text in Neo4j? I tried using the approach below but the function does not exist. On the Neo4j page I only see how to compute the cosine similarity between two numeric vectors and not text.
MA...