Skip to content

Files

Latest commit

0ecca12 · Jan 29, 2025

History

History

evaluation

LangDB Evaluation Tools

This directory contains tools and notebooks for evaluating and demonstrating the capabilities of LangDB's API.

Contents

  • evaluations.ipynb: Interactive Jupyter notebook demonstrating LangDB's Messages API features
  • utils.py: Utility functions for trend analysis and message evaluation

Getting Started

  1. Set up your environment:

    LANGDB_API_KEY=your_api_key
    LANGDB_PROJECT_ID=your_project_id
  2. Install required dependencies:

    pip install pylangdb pandas python-dotenv jupyter