Skip to content

Update tutorials#444

Merged
bilgeyucel merged 2 commits intodeepset-ai:mainfrom
avleen-k:update_tutorials
Apr 14, 2026
Merged

Update tutorials#444
bilgeyucel merged 2 commits intodeepset-ai:mainfrom
avleen-k:update_tutorials

Conversation

@avleen-k
Copy link
Copy Markdown
Contributor

The tutorial is updated by removing the redudant Document Joiner component. This is due to the new update, the pipeline allows multiple list[Document] outputs to be connected directly to a single list[Document] input. Thus, the code is simplified by connecting both the BM25Retriever and EmbeddingRetriever directly to the TransformersSimilarityRanker.

Key Changes are as follows:

  • Removed Document Joiner
  • Simplified the Pipeline
  • Updated the documentation

@review-notebook-app
Copy link
Copy Markdown

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@avleen-k avleen-k marked this pull request as ready for review April 13, 2026 12:45
@avleen-k avleen-k requested a review from a team as a code owner April 13, 2026 12:45
Copy link
Copy Markdown
Member

@julian-risch julian-risch left a comment

Choose a reason for hiding this comment

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

Looks good to me! 👍 Thank you for your contribution and congratulations on the merged pull request!
I successfully ran the notebook before merging via https://colab.research.google.com/github/avleen-k/haystack-tutorials/blob/de33840ef83e5e159e7e1d48ee2bdb3afb5aefc6/tutorials/33_Hybrid_Retrieval.ipynb

@bilgeyucel bilgeyucel merged commit 7405d4d into deepset-ai:main Apr 14, 2026
2 checks passed
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.

3 participants