This directory contains tools and notebooks for evaluating and demonstrating the capabilities of LangDB's API.
evaluations.ipynb
: Interactive Jupyter notebook demonstrating LangDB's Messages API featuresutils.py
: Utility functions for trend analysis and message evaluation
-
Set up your environment:
LANGDB_API_KEY=your_api_key LANGDB_PROJECT_ID=your_project_id
-
Install required dependencies:
pip install pylangdb pandas python-dotenv jupyter