Quickstart - LLM evaluations
LLM evaluation "Hello world."
1. Set up Evidently Cloud
2. Installation
!pip install evidently[llm]import pandas as pd
from evidently.report import Report
from evidently.metric_preset import TextEvals
from evidently.descriptors import *3. Create a Project
4. Import the toy dataset
5. Run your first eval
6. Send results to Evidently Cloud

7. Get a dashboard

What's next?
Tutorial - LLM EvaluationLast updated