haystack-tutorials icon indicating copy to clipboard operation
haystack-tutorials copied to clipboard

Here you can find all the Tutorials for Haystack 📓

Results 43 haystack-tutorials issues
Sort by recently updated
recently updated
newest added

The Multiplexer component will be removed in 2.4 release, so the below resources need to be updated to showcase the use of BranchJoiner instead. 1. [37_Simplifying_Pipeline_Inputs_with_Multiplexer](https://github.com/deepset-ai/haystack-tutorials/blob/dcb384ebee58a8aade29f6a707d0169b51cf5fac/tutorials/37_Simplifying_Pipeline_Inputs_with_Multiplexer.ipynb#L9) 2. [ReadMe](https://github.com/deepset-ai/haystack-tutorials/blob/dcb384ebee58a8aade29f6a707d0169b51cf5fac/README.md?plain=1#L47) 3. [index.toml](https://github.com/deepset-ai/haystack-tutorials/blob/dcb384ebee58a8aade29f6a707d0169b51cf5fac/index.toml#L404)

enhancement

Two changes are needed to be made here: * This component's main job is to merge multiple branches. Simplifying pipeline runs is not a valid use case for it, and...

chore

We need to better understand how complex and difficult to understand tutorials would get if we used ChatGenerator instead of the regular Generators. For that purpose, let's create a version...

enhancement
P1

**Describe the tutorial you would like to see here** A similar tutorial on the [Query Classifier](https://haystack.deepset.ai/tutorials/14_query_classifier) for Haystack 2.0, as most of the tutorials for Haystack 1.0 have corresponding versions...

new tutorial
P1
2.0

"This tutorial uses Haystack 2.0" or "Install Haystack 2.0 with pip:" is mentioned in some tutorials although we install the most recent release, which is 2.3.1 or soon 2.4.0. We...

enhancement

As of July 2024, gpt-4o-mini should be used in place of gpt-3.5-turbo: https://platform.openai.com/docs/models/gpt-3-5-turbo I found it in a couple of tutorials, for example https://github.com/deepset-ai/haystack-tutorials/blob/13a85a851adde687b713fa085ecf9db18318fc79/tutorials/36_Building_Fallbacks_with_Conditional_Routing.ipynb#L208 The text description of the code...

enhancement