When querying a document set, how does the output of Similarity Search differ from that of MMR retrieval in Langchain?
ASimilarity Search and MMR retrieval return identical results for any query.
BSimilarity Search returns documents randomly, while MMR retrieval returns documents sorted by relevance.
CSimilarity Search returns documents with maximum diversity, while MMR retrieval returns only the top relevant document.
DSimilarity Search returns the most relevant documents, while MMR retrieval returns relevant documents that are also diverse.