Skip to content

refactor: replace OutputAdapter in using_hyde_for_improved_retrieval notebook#279

Open
manishpanda01 wants to merge 1 commit intodeepset-ai:mainfrom
manishpanda01:replace-outputadapter-hyde
Open

refactor: replace OutputAdapter in using_hyde_for_improved_retrieval notebook#279
manishpanda01 wants to merge 1 commit intodeepset-ai:mainfrom
manishpanda01:replace-outputadapter-hyde

Conversation

@manishpanda01
Copy link
Copy Markdown

Proposed Changes

This PR replaces OutputAdapter in the using_hyde_for_improved_retrieval
notebook with a small custom component that converts generator replies into
Document objects.

How did you test it?

I ran the updated notebook cells locally and verified that the pipeline still
executes and produces document inputs for the embedder.

Notes for the reviewer

I focused on one notebook first to avoid changing cases where these components
may still affect retrieval behavior rather than just pipeline wiring.

@manishpanda01 manishpanda01 requested a review from a team as a code owner March 27, 2026 14:21
@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

Copy link
Copy Markdown
Contributor

@bilgeyucel bilgeyucel left a comment

Choose a reason for hiding this comment

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

Hi @manishpanda01, can you give me more info on the component? I see that it does exactly the same thing as OutputAdapter. The idea behind OutputAdapter is to avoid creating custom components for small tweaks to component I/O and to handle these tweaks easily.

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.

2 participants