Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
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.

