|
1 | 1 | # 🚀 Get Started |
2 | 2 |
|
3 | | -Welcome to Ragas! If you're new 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. |
| 3 | +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. |
4 | 4 |
|
5 | 5 | Before you proceed further, ensure that you have [Ragas installed](./install.md)! |
6 | 6 |
|
7 | 7 | !!! note |
8 | | - The tutorials only 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](../concepts/index.md) page. You can also explore the [How-to Guides](../howtos/index.md) for specific applications of Ragas. |
| 8 | + 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](../concepts/index.md) page. You can also explore the [How-to Guides](../howtos/index.md) for specific applications of Ragas. |
9 | 9 |
|
10 | | -If you have any questions about Ragas, feel free to join and ask in the `#questions` channel in our Discord community. |
| 10 | +If you have any questions about Ragas, feel free to join our [Discord community](../community/index.md) and ask in the `#questions` channel. |
11 | 11 |
|
12 | | -Let's get started! |
| 12 | +## Quickstart |
13 | 13 |
|
14 | | -- [Quick Start: Get Running in 5 Minutes](./quickstart.md) |
15 | | -- [Evaluate your first AI app](./evals.md) |
16 | | -- [Run ragas metrics for evaluating RAG](rag_eval.md) |
17 | | -- [Generate test data for evaluating RAG](rag_testset_generation.md) |
18 | | -- [Run your first experiment](experiments_quickstart.md) |
| 14 | +Start here to get up and running with Ragas in minutes: |
| 15 | + |
| 16 | +- [Run your first experiment](experiments_quickstart.md) |
| 17 | + |
| 18 | +## Tutorials |
| 19 | + |
| 20 | +Learn how to evaluate different types of AI applications: |
| 21 | + |
| 22 | +- [Evaluate a prompt](../tutorials/prompt.md) - Test and compare different prompts |
| 23 | +- [Evaluate a simple RAG system](../tutorials/rag.md) - Evaluate a RAG application |
| 24 | +- [Evaluate an AI Workflow](../tutorials/workflow.md) - Evaluate multi-step workflows |
| 25 | +- [Evaluate an AI Agent](../tutorials/agent.md) - Evaluate agentic applications |
0 commit comments