Skip to main contentIn this section, you will find examples of workflows that you can use to create your own agentic RAG systems.
Available Workflows
Learn how to create a basic RAG workflow with Quivr. This example demonstrates the fundamental concepts of retrieval-augmented generation.
Explore an advanced RAG workflow that includes web search capabilities, user intention detection, and dynamic chunk retrieval.
Each workflow example includes:
- Detailed step-by-step instructions
- Configuration files and code samples
- Visual diagrams explaining the workflow
- Tips for customization and optimization