Skip to main content
Zeno is an interactive AI evaluation platform for exploring, debugging, and sharing how your AI systems perform. In this notebook, we will walk you through using UpTrain to evaluate LLM-generated responses and then visualize those evaluations using Zeno.

How to integrate?

Setup

Install required packages
Enter your Zeno API keys and OpenAI API key You can get your Zeno API keys here and OpenAI API key here
Let’s create a sample data

Run Evaluations using UpTrain Open-Source Software (OSS)

We have used the following 3 metrics from UpTrain’s library:
  1. Context Relevance: Evaluates how relevant the retrieved context is to the question specified.
  2. Response Completeness: Evaluates whether the response has answered all the aspects of the question specified
  3. Factual Accuracy: Evaluates whether the response generated is factually correct and grounded by the provided context.
  4. Response Relevance: Evaluates how relevant the generated response was to the question specified.
You can look at the complete list of UpTrain’s supported metrics here

Create a Project on Zeno

Upload Input Data on Zeno Project

Upload Output Data on Zeno Project

You can see the evaluations using Zeno. Further, you can slice the data and create charts using Zeno.

Tutorial

Open this tutorial in GitHub

Have Questions?

Join our community for any questions or requests