🚀 Get Started ↗
noOriginal Documentation
Welcome to Ragas! The Get Started guides will walk you through the fundamentals of working with Ragas. These tutorials assume basic knowledge of Python and building LLM application pipelines.
Before you proceed further, ensure that you have Ragas installed!
Note
The tutorials provide an overview of what you can accomplish with Ragas and the basic skills needed to utilize it effectively. For an in-depth explanation of the core concepts behind Ragas, check out the Core Concepts page. You can also explore the How-to Guides for specific applications of Ragas.
If you have any questions about Ragas, feel free to join our Discord community and ask in the #questions channel.
Quickstart#
Start here to get up and running with Ragas in minutes:
Tutorials#
Learn how to evaluate different types of AI applications:
- Evaluate a prompt - Test and compare different prompts
- Evaluate a simple RAG system - Evaluate a RAG application
- Evaluate an AI Workflow - Evaluate multi-step workflows
- Evaluate an AI Agent - Evaluate agentic applications