Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiplexer article #297

Closed
wants to merge 13 commits into from
Closed

Multiplexer article #297

wants to merge 13 commits into from

Conversation

ZanSara
Copy link
Contributor

@ZanSara ZanSara commented Feb 9, 2024

No description provided.

Copy link

vercel bot commented Feb 9, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
haystack-home ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 16, 2024 0:32am


If you've ever build a Haystack pipeline with more than 3-4 components, you probably noticed an annoying problem: the number of inputs to pass to the `run()` method of the pipeline seems to grow endlessly. New components take some of their input from the other components of a pipeline, but many of them also require additional input from the user. As a result, the dictionary input of `pipeline.run()` grows and grows until it becomes very repetitive.

One common example of this problem is **hybrid search pipelines**, like this one:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have a tutorial covering the hybrid retrieval (the same pipeline until PromptBuilder). Do you think that we can remove the RAG part of this pipeline to make the pipeline shorter? This way, we can still showcase a clear use case of Multiplexer, and the pipeline itself and its image would look more concise. Plus, we can link to the hybrid retrieval tutorial deepset-ai/haystack-tutorials#282

ZanSara and others added 4 commits February 15, 2024 10:22
Co-authored-by: Bilge Yücel <bilgeyucel96@gmail.com>
Co-authored-by: Bilge Yücel <bilgeyucel96@gmail.com>
Co-authored-by: Bilge Yücel <bilgeyucel96@gmail.com>
Co-authored-by: Bilge Yücel <bilgeyucel96@gmail.com>
ZanSara and others added 2 commits February 15, 2024 10:25
Co-authored-by: Bilge Yücel <bilgeyucel96@gmail.com>
Co-authored-by: Bilge Yücel <bilgeyucel96@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants