Part 3: Retrieving and Working with Indexed Data
This part progresses from exploring LlamaIndex’s querying capabilities within a RAG workflow, focusing on retrieval mechanisms, query mechanics, and advanced retrieval strategies, to refining these queries through post-processing techniques and integrating them into comprehensive query engines. It culminates in a practical examination of building chatbots and intelligent agents, covering various engine modes, agent architectures, and the implementation of conversational features, thereby equipping you with the knowledge to create dynamic, conversational RAG interfaces.
This part has the following chapters:
- Chapter 6, Querying Our Data, Part 1 – Context Retrieval
- Chapter 7, Querying Our Data, Part 2 – Postprocessing and Response Synthesis
- Chapter 8, Building Chatbots and Agents with LlamaIndex