Skip to content

Commit 78a938d

Browse files
committed
docs: reorder Core Concepts to prioritize experiments and datasets
- Move Experimentation and Datasets to the top with separate cards - Update metrics description to mention both available and custom metrics - Remove Feedback Intelligence card from index - Move Components to the end - Reorder to match new experiments-first paradigm
1 parent 90fb01c commit 78a938d

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

docs/concepts/index.md

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,41 +3,44 @@
33

44
<div class="grid cards" markdown>
55

6-
- :material-widgets:{ .lg .middle } [__Components Guides__](components/index.md)
6+
- :material-flask-outline:{ .lg .middle } [__Experimentation__](experimentation.md)
77

88
---
99

10-
Discover the various components used within Ragas.
11-
12-
Components like [Prompt Object](components/prompt.md), [Evaluation Dataset](components/eval_dataset.md) and [more..](components/index.md)
10+
Learn how to systematically evaluate your AI applications using experiments.
1311

12+
Track changes, measure improvements, and compare results across different versions of your application.
1413

15-
- ::material-ruler-square:{ .lg .middle } [__Ragas Metrics__](metrics/index.md)
14+
- :material-database-export:{ .lg .middle } [__Datasets__](datasets.md)
1615

1716
---
1817

19-
Explore available metrics and understand how they work.
18+
Understand how to create, manage, and use evaluation datasets.
2019

21-
Metrics for evaluating [RAG](metrics/available_metrics/index.md#retrieval-augmented-generation), [Agentic workflows](metrics/available_metrics/index.md#agents-or-tool-use-cases) and [more..](metrics/available_metrics/index.md#list-of-available-metrics).
20+
Learn about dataset structure, storage backends, and best practices for maintaining your test data.
2221

23-
- :material-database-plus:{ .lg .middle } [__Test Data Generation__](test_data_generation/index.md)
22+
- ::material-ruler-square:{ .lg .middle } [__Ragas Metrics__](metrics/index.md)
2423

2524
---
2625

27-
Generate high-quality datasets for comprehensive testing.
28-
29-
Algorithms for synthesizing data to test [RAG](test_data_generation/rag.md), [Agentic workflows](test_data_generation/agents.md)
26+
Use our library of [available metrics](metrics/available_metrics/index.md) or create [custom metrics](metrics/overview/index.md) tailored to your use case.
3027

28+
Metrics for evaluating [RAG](metrics/available_metrics/index.md#retrieval-augmented-generation), [Agentic workflows](metrics/available_metrics/index.md#agents-or-tool-use-cases) and [more..](metrics/available_metrics/index.md#list-of-available-metrics).
3129

32-
- :material-chart-box-outline:{ .lg .middle } [__Feedback Intelligence__](feedback/index.md)
30+
- :material-database-plus:{ .lg .middle } [__Test Data Generation__](test_data_generation/index.md)
3331

3432
---
3533

36-
Leverage signals from production data to gain actionable insights.
34+
Generate high-quality datasets for comprehensive testing.
3735

38-
Learn about to leveraging implicit and explicit signals from production data.
36+
Algorithms for synthesizing data to test [RAG](test_data_generation/rag.md), [Agentic workflows](test_data_generation/agents.md)
3937

38+
- :material-widgets:{ .lg .middle } [__Components Guides__](components/index.md)
4039

40+
---
4141

42+
Discover the various components used within Ragas.
43+
44+
Components like [Prompt Object](components/prompt.md), [Evaluation Dataset](components/eval_dataset.md) and [more..](components/index.md)
4245

4346
</div>

0 commit comments

Comments
 (0)