From e24f844e3ac0ad5eb8edb50470da62ec03acdcd6 Mon Sep 17 00:00:00 2001 From: anakin87 Date: Fri, 18 Oct 2024 11:28:36 +0200 Subject: [PATCH] fix instructor embedders --- integrations/instructor_embedders/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/integrations/instructor_embedders/pyproject.toml b/integrations/instructor_embedders/pyproject.toml index 1f4916f19..e165aa10d 100644 --- a/integrations/instructor_embedders/pyproject.toml +++ b/integrations/instructor_embedders/pyproject.toml @@ -30,6 +30,7 @@ dependencies = [ # Commenting some of them to not interfere with the dependencies of Haystack. #"transformers==4.20.0", "datasets>=2.2.0", + "huggingface_hub<0.26.0", #"pyarrow==8.0.0", "jsonlines", "numpy",