Compares the similarity between two Embedding values. Identical embeddings will yield a similarity value of 1.0.
Embedding
Future<double> cosineSimilarity(Embedding a, Embedding b);