similarity
AsyncMethod
This is a method of the EmbeddingAgent class in the embedding module.Calculate cosine similarity between two texts. # Arguments *
text1 - First text * text2 - Second text # Returns Cosine similarity score (0.0 to 1.0)
Signature
Parameters
No description available.
No description available.
Returns
The result of the operation.

