VectorStoreRetrieverMMRSearchKwargs: {
    fetchK?: number;
    lambda?: number;
}

Type for options when performing a maximal marginal relevance search with the VectorStoreRetriever.