The Multi Retrieval QA Chain is an advanced question-answering system that automatically selects and utilizes the most appropriate vector store retriever from multiple options based on the input query. It’s designed to provide accurate answers by dynamically choosing the best-suited knowledge base for each specific question.
multiRetrievalQAChain
MultiRetrievalQAChain
Return Source Documents
is false:
Return Source Documents
is true:
text
: The answer to the user’s question.sourceDocuments
: An array of documents used to generate the answer.