- How to handle complex user requests
- How to query a variety of data sources and types
- How to evaluate complex user queries
WHAT TO EXPECT
Basic RAG systems can struggle when the user requests are complex, like those that require cross-analysis, structured data query, or sequential reasoning. Let's explore how these kinds of use cases can be handled and evaluated by a tool use approach that can make a RAG system more flexible to different user requests and data sources.
WHAT YOU WILL LEARN