LangChain - RAG Chain Construction
Identify the error in this code snippet using multi-query retrieval:
retriever = MultiQueryRetriever.from_llm(vectorstore, llm)
results = retriever.get_relevant_documents("AI")