From 73594694e34035417d61010a4cfcac24e062cccf Mon Sep 17 00:00:00 2001 From: Thomas Capelle Date: Sat, 12 Oct 2024 12:55:26 +0200 Subject: [PATCH] missing distance --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0f2ada576f6..ca1ab49d09a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ litellm = ["litellm>=1.36.1"] llamaindex = ["llama-index>=0.10.35"] mistral0 = ["mistralai>=0.1.8,<1.0.0"] mistral1 = ["mistralai>=1.0.0"] -scorers = ["openai>=1.0.0", "instructor>=1.5.2"] +scorers = ["openai>=1.0.0", "instructor>=1.5.2", "Levenshtein>=0.26.0"] notdiamond = ["notdiamond>=0.3.21"] openai = ["openai>=1.0.0"] modal = ["modal", "python-dotenv"]