Skip to content

Commit

Permalink
docs: reorganise files (#1662)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahules786 authored Nov 12, 2024
1 parent b990d68 commit 74998f2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion docs/howtos/applications/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Applications

Ragas in action. Examples of how to use Ragas in various applications and
usecases to solve problems you might encounter when your building.
usecases to solve problems you might encounter when your building.


## Metrics

- [Debug LLM based metrics using tracing](_metrics_llm_calls.md)
- [Estimate cost of evaluation](_cost.md)
4 changes: 1 addition & 3 deletions docs/howtos/customizations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ How to customize various aspects of Ragas to suit your needs.
- [Modify prompts in metrics](./metrics/_modifying-prompts-metrics.md)
- [Write your own metrics](./metrics/_write_your_own_metric.md)
- [Adapt metrics to target language](./metrics/_metrics_language_adaptation.md)
- [Estimate cost of evaluation with metrics](metrics/_cost.md)
- [Tracing evaluations with Observability tools](metrics/tracing.md)
- [Debug LLM based metrics using tracing](metrics/_metrics_llm_calls.md)
- [Trace evaluations with Observability tools](metrics/tracing.md)


## Testset Generation
Expand Down
4 changes: 3 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ nav:
- howtos/customizations/testgenerator/index.md
- Applications:
- howtos/applications/index.md
- Cost Analysis: howtos/applications/_cost.md
- Metrics:
- Cost Analysis: howtos/applications/_cost.md
- Debug LLM Based Metrics: howtos/applications/_metrics_llm_calls.md
- Integrations:
- howtos/integrations/index.md
- LlamaIndex: howtos/integrations/_llamaindex.md
Expand Down

0 comments on commit 74998f2

Please sign in to comment.