Skip to content

Commit 66b4042

Browse files
authored
Deprecation note to the Multiplexer tutorial (#338)
1 parent 4898970 commit 66b4042

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

index.toml

+1
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,7 @@ aliases = []
411411
completion_time = "10 min"
412412
created_at = 2024-02-19
413413
haystack_2 = true
414+
haystack_version = "2.3.1"
414415
dependencies = ["transformers", "huggingface_hub>=0.22.0"]
415416

416417
[[tutorial]]

tutorials/37_Simplifying_Pipeline_Inputs_with_Multiplexer.ipynb

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
"- **Prerequisites**: You must have a [Hugging Face API Key](https://huggingface.co/settings/tokens) and be familiar with [creating pipelines](https://docs.haystack.deepset.ai/docs/creating-pipelines)\n",
1616
"- **Goal**: After completing this tutorial, you'll have learned how to use a Multiplexer to simplify the inputs that `Pipeline.run()` get\n",
1717
"\n",
18+
"> As of version 2.2.0, `Multiplexer` has been deprecated in Haystack and will be completely removed from Haystack as of v2.4.0. We recommend using [BranchJoiner](https://docs.haystack.deepset.ai/docs/branchjoiner) instead. For more details about this deprecation, check out [Haystack 2.2.0 release notes](https://github.com/deepset-ai/haystack/releases/tag/v2.2.0) on Github.\n",
19+
"\n",
1820
"> This tutorial uses Haystack 2.0. To learn more, read the [Haystack 2.0 announcement](https://haystack.deepset.ai/blog/haystack-2-release) or visit the [Haystack 2.0 Documentation](https://docs.haystack.deepset.ai/docs/intro)."
1921
]
2022
},

0 commit comments

Comments
 (0)