Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 471 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 471 Bytes

Zeno 🤝 LangChain

This demo shows how to use Zeno to evaluate LangChain models.

To run it install the dependencies with pip install -r requirements.txt and then run zeno config.toml.

This example uses the Notion QA example over the Blendle Employee Handbook.

Other LangChain models

To use on your own LangChain model, edit the prediction code in model.py and the validation data in questions.csv