|
1 | 1 | (get-started-monitoring)= |
2 | 2 | # Monitoring |
3 | 3 |
|
4 | | -Maintaining the quality and performance of an LLM application in a production environment can be challenging. Ragas provides a solution through production quality monitoring, offering valuable insights into your application's performance. This is achieved by constructing custom, smaller, more cost-effective, and faster models. |
5 | | - |
6 | | -[**Get Early Access**](https://calendly.com/shahules/30min) |
7 | | - |
8 | | -```{admonition} **Faithfulness** |
9 | | -:class: note |
10 | | -
|
11 | | -This feature assists in identifying and quantifying instances of hallucinations. |
12 | | -``` |
13 | | - |
14 | | -```{admonition} **Bad retrieval** |
15 | | -:class: note |
16 | | -
|
17 | | -This feature helps identify and quantify poor context retrievals. |
18 | | -``` |
19 | | - |
20 | | -```{admonition} **Bad response** |
21 | | -:class: note |
22 | | -
|
23 | | -This feature helps in recognizing and quantifying evasive, harmful, or toxic responses. |
24 | | -``` |
25 | | - |
26 | | -```{admonition} **Bad format** |
27 | | -:class: note |
28 | | -
|
29 | | -This feature helps in detecting and quantifying responses with incorrect formatting. |
30 | | -``` |
31 | | - |
32 | | -```{admonition} **Custom use-case** |
33 | | -:class: hint |
34 | | -
|
35 | | -For monitoring other critical aspects that are specific to your use case. [Talk to founders](https://calendly.com/shahules/30min) |
| 4 | +Maintaining the quality and performance of an LLM application in a production environment can be challenging. Ragas provides with basic building blocks that you can use for production quality monitoring, offering valuable insights into your application's performance. This is achieved by constructing custom, smaller, more cost-effective, and faster models. |
| 5 | + |
| 6 | +:::{note} |
| 7 | +This is feature is still in beta access. You can requests for |
| 8 | +[**early access**](https://calendly.com/shahules/30min) to try it out. |
| 9 | +::: |
| 10 | + |
| 11 | +The Ragas metrics can also be used with other LLM observability tools like |
| 12 | +[Langsmith](https://www.langchain.com/langsmith) and |
| 13 | +[Langfuse](https://langfuse.com/) to get model-based feedback about various |
| 14 | +aspects of you application like those mentioned below |
| 15 | + |
| 16 | +:::{seealso} |
| 17 | +[Langfuse Integration](../howtos/integrations/langfuse.ipynb) to see Ragas |
| 18 | +monitoring in action within the Langfuse dashboard and how to set it up |
| 19 | +::: |
| 20 | + |
| 21 | +## Aspects to Monitor |
| 22 | + |
| 23 | +1. Faithfulness: This feature assists in identifying and quantifying instances of hallucinations. |
| 24 | +2. Bad retrieval: This feature helps identify and quantify poor context retrievals. |
| 25 | +3. Bad response: This feature helps in recognizing and quantifying evasive, harmful, or toxic responses. |
| 26 | +4. Bad format: This feature helps in detecting and quantifying responses with incorrect formatting. |
| 27 | +5. Custom use-case: For monitoring other critical aspects that are specific to your use case. [Talk to founders](https://calendly.com/shahules/30min) |
0 commit comments