diff --git a/docs/howtos/customizations/metrics/_metrics_llm_calls.md b/docs/howtos/applications/_metrics_llm_calls.md similarity index 100% rename from docs/howtos/customizations/metrics/_metrics_llm_calls.md rename to docs/howtos/applications/_metrics_llm_calls.md diff --git a/docs/howtos/applications/index.md b/docs/howtos/applications/index.md index 4ff1c7655..c1183983c 100644 --- a/docs/howtos/applications/index.md +++ b/docs/howtos/applications/index.md @@ -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. \ No newline at end of file +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) diff --git a/docs/howtos/customizations/metrics/metrics_llm_calls.ipynb b/docs/howtos/applications/metrics_llm_calls.ipynb similarity index 100% rename from docs/howtos/customizations/metrics/metrics_llm_calls.ipynb rename to docs/howtos/applications/metrics_llm_calls.ipynb diff --git a/docs/howtos/customizations/index.md b/docs/howtos/customizations/index.md index 998ca7932..61a59a92e 100644 --- a/docs/howtos/customizations/index.md +++ b/docs/howtos/customizations/index.md @@ -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 diff --git a/mkdocs.yml b/mkdocs.yml index f08987112..2295a2d6d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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