-
Notifications
You must be signed in to change notification settings - Fork 805
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
How to use langfuse dashboard with ragas metrics
- Loading branch information
Showing
7 changed files
with
737 additions
and
34 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,27 @@ | ||
(get-started-monitoring)= | ||
# Monitoring | ||
|
||
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. | ||
|
||
[**Get Early Access**](https://calendly.com/shahules/30min) | ||
|
||
```{admonition} **Faithfulness** | ||
:class: note | ||
This feature assists in identifying and quantifying instances of hallucinations. | ||
``` | ||
|
||
```{admonition} **Bad retrieval** | ||
:class: note | ||
This feature helps identify and quantify poor context retrievals. | ||
``` | ||
|
||
```{admonition} **Bad response** | ||
:class: note | ||
This feature helps in recognizing and quantifying evasive, harmful, or toxic responses. | ||
``` | ||
|
||
```{admonition} **Bad format** | ||
:class: note | ||
This feature helps in detecting and quantifying responses with incorrect formatting. | ||
``` | ||
|
||
```{admonition} **Custom use-case** | ||
:class: hint | ||
For monitoring other critical aspects that are specific to your use case. [Talk to founders](https://calendly.com/shahules/30min) | ||
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. | ||
|
||
:::{note} | ||
This is feature is still in beta access. You can requests for | ||
[**early access**](https://calendly.com/shahules/30min) to try it out. | ||
::: | ||
|
||
The Ragas metrics can also be used with other LLM observability tools like | ||
[Langsmith](https://www.langchain.com/langsmith) and | ||
[Langfuse](https://langfuse.com/) to get model-based feedback about various | ||
aspects of you application like those mentioned below | ||
|
||
:::{seealso} | ||
[Langfuse Integration](../howtos/integrations/langfuse.ipynb) to see Ragas | ||
monitoring in action within the Langfuse dashboard and how to set it up | ||
::: | ||
|
||
## Aspects to Monitor | ||
|
||
1. Faithfulness: This feature assists in identifying and quantifying instances of hallucinations. | ||
2. Bad retrieval: This feature helps identify and quantify poor context retrievals. | ||
3. Bad response: This feature helps in recognizing and quantifying evasive, harmful, or toxic responses. | ||
4. Bad format: This feature helps in detecting and quantifying responses with incorrect formatting. | ||
5. Custom use-case: For monitoring other critical aspects that are specific to your use case. [Talk to founders](https://calendly.com/shahules/30min) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,5 @@ happy to look into it 🙂 | |
llamaindex.ipynb | ||
langchain.ipynb | ||
langsmith.ipynb | ||
langfuse.ipynb | ||
::: |
Oops, something went wrong.