Skip to content

Commit 5df2893

Browse files
anakin87bilgeyucel
andauthored
fix tutorial 37 (#381)
* fix tutorial 37 * revert unnecessary change * Hide the multiplexer tutorial --------- Co-authored-by: bilgeyucel <[email protected]>
1 parent aabc327 commit 5df2893

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

index.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,9 @@ completion_time = "10 min"
414414
created_at = 2024-02-19
415415
haystack_2 = true
416416
haystack_version = "2.3.1"
417-
dependencies = ["transformers", "huggingface_hub>=0.23.0"]
417+
dependencies = ["transformers", "huggingface_hub>=0.23.0, <0.28.0"]
418+
hidden = true
419+
sitemap_exclude = true
418420

419421
[[tutorial]]
420422
title = "Embedding Metadata for Improved Retrieval"

tutorials/37_Simplifying_Pipeline_Inputs_with_Multiplexer.ipynb

Lines changed: 1 addition & 1 deletion
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.23.0\""
72+
"pip install haystack-ai \"huggingface_hub>=0.23.0, <0.28.0\""
7373
]
7474
},
7575
{

0 commit comments

Comments
 (0)