LangChain - RAG Chain Construction
Given the following code snippet, what will be the output type of
results?
retriever = MultiQueryRetriever.from_llm(vectorstore.as_retriever(), llm)
results = retriever.get_relevant_documents("AI")