Skip to content

Commit a9573af

Browse files
authored
update sentence-transformers and huggingface-hub (#345)
1 parent 13a85a8 commit a9573af

8 files changed

+13
-13
lines changed

index.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ aliases = []
279279
completion_time = "10 min"
280280
created_at = 2023-12-05
281281
haystack_2 = true
282-
dependencies = ["datasets>=2.6.1", "sentence-transformers>=2.2.0"]
282+
dependencies = ["datasets>=2.6.1", "sentence-transformers>=3.0.0"]
283283
featured = true
284284

285285
[[tutorial]]
@@ -318,8 +318,8 @@ completion_time = "15 min"
318318
created_at = 2024-01-30
319319
haystack_2 = true
320320
dependencies = [
321-
"sentence-transformers>=2.2.0",
322-
"huggingface_hub>=0.22.0",
321+
"sentence-transformers>=3.0.0",
322+
"huggingface_hub>=0.23.0",
323323
"transformers",
324324
"markdown-it-py",
325325
"mdit_plain",
@@ -361,7 +361,7 @@ aliases = []
361361
completion_time = "15 min"
362362
created_at = 2024-02-13
363363
haystack_2 = true
364-
dependencies = ["datasets>=2.6.1", "sentence-transformers>=2.2.0", "accelerate"]
364+
dependencies = ["datasets>=2.6.1", "sentence-transformers>=3.0.0", "accelerate"]
365365
needs_gpu = true
366366

367367
[[tutorial]]
@@ -412,7 +412,7 @@ completion_time = "10 min"
412412
created_at = 2024-02-19
413413
haystack_2 = true
414414
haystack_version = "2.3.1"
415-
dependencies = ["transformers", "huggingface_hub>=0.22.0"]
415+
dependencies = ["transformers", "huggingface_hub>=0.23.0"]
416416

417417
[[tutorial]]
418418
title = "Embedding Metadata for Improved Retrieval"
@@ -436,7 +436,7 @@ aliases = []
436436
completion_time = "20 min"
437437
created_at = 2024-03-05
438438
haystack_2 = true
439-
dependencies = ["sentence-transformers>=2.2.0", "gradio"]
439+
dependencies = ["sentence-transformers>=3.0.0", "gradio"]
440440
featured = true
441441

442442
[[tutorial]]

tutorials/27_First_RAG_Pipeline.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
"\n",
173173
"pip install haystack-ai\n",
174174
"pip install \"datasets>=2.6.1\"\n",
175-
"pip install \"sentence-transformers>=2.2.0\""
175+
"pip install \"sentence-transformers>=3.0.0\""
176176
]
177177
},
178178
{

tutorials/30_File_Type_Preprocessing_Index_Pipeline.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"source": [
7474
"%%bash\n",
7575
"pip install haystack-ai\n",
76-
"pip install \"sentence-transformers>=2.2.0\" \"huggingface_hub>=0.22.0\"\n",
76+
"pip install \"sentence-transformers>=3.0.0\" \"huggingface_hub>=0.23.0\"\n",
7777
"pip install markdown-it-py mdit_plain pypdf\n",
7878
"pip install gdown"
7979
]

tutorials/33_Hybrid_Retrieval.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"\n",
6666
"pip install haystack-ai\n",
6767
"pip install \"datasets>=2.6.1\"\n",
68-
"pip install \"sentence-transformers>=2.2.0\"\n",
68+
"pip install \"sentence-transformers>=3.0.0\"\n",
6969
"pip install accelerate"
7070
]
7171
},

tutorials/34_Extractive_QA_Pipeline.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"source": [
6464
"%%bash\n",
6565
"\n",
66-
"pip install haystack-ai accelerate \"sentence-transformers>=2.2.0\" \"datasets>=2.6.1\""
66+
"pip install haystack-ai accelerate \"sentence-transformers>=3.0.0\" \"datasets>=2.6.1\""
6767
]
6868
},
6969
{

tutorials/35_Evaluating_RAG_Pipelines.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
"\n",
224224
"pip install haystack-ai\n",
225225
"pip install \"datasets>=2.6.1\"\n",
226-
"pip install sentence-transformers>=2.2.0"
226+
"pip install \"sentence-transformers>=3.0.0\""
227227
]
228228
},
229229
{

tutorials/37_Simplifying_Pipeline_Inputs_with_Multiplexer.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"source": [
7070
"%%bash\n",
7171
"\n",
72-
"pip install haystack-ai \"huggingface_hub>=0.22.0\""
72+
"pip install haystack-ai \"huggingface_hub>=0.23.0\""
7373
]
7474
},
7575
{

tutorials/40_Building_Chat_Application_with_Function_Calling.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"%%bash\n",
6060
"\n",
6161
"pip install haystack-ai\n",
62-
"pip install \"sentence-transformers>=2.2.0\""
62+
"pip install \"sentence-transformers>=3.0.0\""
6363
]
6464
},
6565
{

0 commit comments

Comments
 (0)