HoneyHive tracks version history for server-side evaluators, letting you review changes, compare versions, and roll back when needed.Documentation Index
Fetch the complete documentation index at: https://docs.honeyhive.ai/llms.txt
Use this file to discover all available pages before exploring further.
How It Works
Each evaluator maintains a version history. When you make changes and save, you create a new version with a description of what changed. One version is deployed at a time. This is the version that runs on your traces.Saving a New Version
- Open an evaluator and make your changes
- Click Save Version in the header
- Review the diff showing your changes compared to the current deployed version
- Enter a version description explaining what you changed
- Click Save to save without deploying, or Save & Deploy to make it active immediately
Rolling Back
To revert to a previous version:- Open the evaluator
- Click the version dropdown in the header to see all versions
- Select the version you want to restore
- Click Deploy to make that version active
Related
Python Evaluators
Create code-based evaluators
LLM Evaluators
Create prompt-based evaluators

