Skip to content

Commit 90fb01c

Browse files
committed
docs: reorganize Get Started section to prioritize experiments
- Move experiments quickstart to prominent Quickstart section - Remove links to old RAG-focused tutorials (evals.md, rag_eval.md, rag_testset_generation.md) - Organize tutorials into separate section with clearer descriptions - Add Discord community link - Update structure to emphasize experiments-first approach
1 parent 54d5773 commit 90fb01c

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

docs/getstarted/index.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,25 @@
11
# 🚀 Get Started
22

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.
44

55
Before you proceed further, ensure that you have [Ragas installed](./install.md)!
66

77
!!! 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.
99

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.
1111

12-
Let's get started!
12+
## Quickstart
1313

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

Comments
 (0)