find_most_similar
AsyncMethod
This is a method of the EmbeddingAgent class in the embedding module.Find the most similar texts to a query. # Arguments *
query - Query text * candidates - List of candidate texts to compare * top_k - Number of top results to return # Returns List of SimilarityResult sorted by score (descending)
Signature
Parameters
No description available.
No description available.
No description available.
Returns
The result of the operation.

