Ask a question to get started
Enter to sendā¢Shift+Enter new line
Return docs selected using the maximal marginal relevance.
amax_marginal_relevance_search_by_vector( self, embedding: List[float], k: int = 4, fetch_k: int = 20, lambda_mult: float = 0.5, filter: Optional[Dict[str, str]] = None, **kwargs: Any = {} ) -> List[Document]