find_most_similar
Method
This is a method of the EmbeddingAgent class in the embedding_agent module.Find the most similar texts to a query.
Signature
Parameters
Query text
List of candidate texts to compare
Number of top results to return
Override model for this call **kwargs: Additional parameters
Returns
List of dicts with ‘text’, ‘score’, and ‘index’ keys

