Skip to content

Commit

Permalink
Deprecation note to the Multiplexer tutorial (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
bilgeyucel authored Aug 9, 2024
1 parent 4898970 commit 66b4042
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ aliases = []
completion_time = "10 min"
created_at = 2024-02-19
haystack_2 = true
haystack_version = "2.3.1"
dependencies = ["transformers", "huggingface_hub>=0.22.0"]

[[tutorial]]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
"- **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",
"- **Goal**: After completing this tutorial, you'll have learned how to use a Multiplexer to simplify the inputs that `Pipeline.run()` get\n",
"\n",
"> 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",
"\n",
"> 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)."
]
},
Expand Down

0 comments on commit 66b4042

Please sign in to comment.