Skip to content

Commit 74998f2

Browse files
authored
docs: reorganise files (#1662)
1 parent b990d68 commit 74998f2

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed
File renamed without changes.

docs/howtos/applications/index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Applications
22

33
Ragas in action. Examples of how to use Ragas in various applications and
4-
usecases to solve problems you might encounter when your building.
4+
usecases to solve problems you might encounter when your building.
5+
6+
7+
## Metrics
8+
9+
- [Debug LLM based metrics using tracing](_metrics_llm_calls.md)
10+
- [Estimate cost of evaluation](_cost.md)

docs/howtos/customizations/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ How to customize various aspects of Ragas to suit your needs.
1111
- [Modify prompts in metrics](./metrics/_modifying-prompts-metrics.md)
1212
- [Write your own metrics](./metrics/_write_your_own_metric.md)
1313
- [Adapt metrics to target language](./metrics/_metrics_language_adaptation.md)
14-
- [Estimate cost of evaluation with metrics](metrics/_cost.md)
15-
- [Tracing evaluations with Observability tools](metrics/tracing.md)
16-
- [Debug LLM based metrics using tracing](metrics/_metrics_llm_calls.md)
14+
- [Trace evaluations with Observability tools](metrics/tracing.md)
1715

1816

1917
## Testset Generation

mkdocs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ nav:
8686
- howtos/customizations/testgenerator/index.md
8787
- Applications:
8888
- howtos/applications/index.md
89-
- Cost Analysis: howtos/applications/_cost.md
89+
- Metrics:
90+
- Cost Analysis: howtos/applications/_cost.md
91+
- Debug LLM Based Metrics: howtos/applications/_metrics_llm_calls.md
9092
- Integrations:
9193
- howtos/integrations/index.md
9294
- LlamaIndex: howtos/integrations/_llamaindex.md

0 commit comments

Comments
 (0)