The query embedding.
The list of embeddings to select from.
Optionallambda: numberThe trade-off parameter between relevance and diversity.
Optionalk: numberThe maximum number of embeddings to select.
The indexes of the selected embeddings in the embeddingList.
This function implements the Maximal Marginal Relevance algorithm to select a set of embeddings that maximizes the diversity and relevance to a query embedding.