Skip to content

Commit 2cf7622

Browse files
authored
fixed verb agreement @ available_metrics (#1574)
1 parent fcaf4d0 commit 2cf7622

File tree

1 file changed

+1
-1
lines changed
  • docs/concepts/metrics/available_metrics

1 file changed

+1
-1
lines changed

docs/concepts/metrics/available_metrics/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Ragas provides a set of evaluation metrics that can be used to measure the performance of your LLM application. These metrics are designed to help you objectively measure the performance of your application. Metrics are available for different applications and tasks, such as RAG and Agentic workflows.
44

5-
Each metric are essentially paradigms that is designed to evaluate a particular aspect of the application. LLM Based metrics might use one or more LLM calls to arrive at the score or result. One can also modify or write your own metrics using ragas.
5+
Each metric are essentially paradigms that are designed to evaluate a particular aspect of the application. LLM Based metrics might use one or more LLM calls to arrive at the score or result. One can also modify or write your own metrics using ragas.
66

77
## Retrieval Augmented Generation
88
- [Context Precision](context_precision.md)

0 commit comments

Comments
 (0)