From 13d64dafac70a11129072c605a457739f7f222d7 Mon Sep 17 00:00:00 2001 From: Matt Pocock Date: Fri, 6 Dec 2024 09:36:02 +0000 Subject: [PATCH] Added experimental section --- packages/evalite/readme.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages/evalite/readme.md b/packages/evalite/readme.md index 21a1014..3590138 100644 --- a/packages/evalite/readme.md +++ b/packages/evalite/readme.md @@ -80,6 +80,18 @@ It then: Open http://localhost:3006 in your browser to view the results of the eval. +## Evalite Is Experimental + +Evalite is still an experimental project. I'm actively working on it, and for now am pushing breaking changes. + +If you run into any unexpected behavior: + +1. Delete the `evalite-report.jsonl` file. +2. Update `evalite` to the latest version. +3. Rerun your evals. + +If, after that, you run into unexpected behavior, [report an issue](https://github.com/mattpocock/evalite/issues). + ## Guides ### Watch Mode