Skip to content

Latest commit

 

History

History

06-improve-agent-performance

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Evaluation and Tune Example 📊

Alt Text

This repository contains an example notebook providing a deep dive on specializing or improving your Contextual AI agents.

Repository Structure

This repository includes the following:

Features

Note

This notebook assumes you've completed the Intro End to End Example and already have a Agent setup. If you haven't, please complete that example first.

This notebook has the following steps:

  • Queries / Retrievals
  • Evaluation Job
  • Modifying System Prompt
  • Retrieval Settings
  • Generation Settings
  • Tuning the Agent

Quick Start

The examples can be completed in under 30 minutes. Each notebook is self-contained and includes detailed explanations for each step.

Prerequisites

  • Contextual AI API Key
  • Python 3.8+
  • Required dependencies (listed in requirements.txt)

Documentation

For comprehensive platform documentation, visit docs.contextual.ai

Getting Started

  1. Clone this repository

    git clone https://github.com/ContextualAI/examples
  2. Install required dependencies

    pip install -r requirements.txt
  3. Start jupyter lab:

    jupyter lab
  4. Run through the steps in the notebook

Support 🐛

For additional support or questions, please refer to the official documentation or contact the Contextual AI support team.