HoneyHive provides git-based version control for custom evaluators, allowing you to track changes, roll back to previous versions, and manage evaluator evolution.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.
Creating a new version
When you create an evaluator and save it for the first time, we initialize version tracking on that evaluator.Updating your evaluator
Rolling back to a previous version
Best practices
- Descriptive commit messages: Always provide clear and concise commit messages that explain the changes made in each version.
- Regular updates: Keep your evaluators up-to-date by making small, incremental changes rather than large, sweeping updates.
- Testing: Before deploying a new version to production, test it thoroughly to ensure it functions as expected.

