MultiRetrievalQAChain This notebook demonstrates how to use the RouterChain paradigm to create a chain that dynamically selects which Retrieval system to use Can be used to route questions to the correct retriever (based on content or intent) Docs: https://
python.langchain.com/en/latest/modu
les/chains/examples/multi_retrieval_qa_router.html
…
MultiRetrievalQAChain: Dynamic Retrieval System Routing
By
–