fix: preserve explicit runtime retriever overrides - #12167
Conversation
|
@vinkiYu is attempting to deploy a commit to the deepset Team on Vercel. A member of the Team first needs to authorize it. |
c8fbbd7 to
f16dd9a
Compare
Coverage reportClick to see where and how coverage changed
This report was generated by python-coverage-comment-action |
||||||||||||||||||||||||||||||
|
@vinkiYu Thank you for opening this PR! I understand that there should be a simple way to reset filters in the As a workaround, you can use inputs = {"filters": user_filters} if user_filters else {}
pipeline.run(data={"retriever": inputs})We could also think about implementing a Haystack The existing workaround and the breaking change are the main reasons for me to close this PR. Regarding the other change (window_size=0):
Thank you so much! Looking forward to your PR! |
Summary
Tests