File tree Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Expand file tree Collapse file tree 5 files changed +11
-5
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 11# Applications
22
33Ragas 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 )
File renamed without changes.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments