-
Notifications
You must be signed in to change notification settings - Fork 2k
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
feat: Adding StringJoiner #8357
Conversation
Pull Request Test Coverage Report for Build 11595719661Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
Hey @silvanocerza this is one of the PR's that contains a pipeline behavioral test that fails currently but works in your subgraphs branch. |
Once this PR #8431 is merged then the component in this PR will work and be ready for review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than minor improvements, it looks good.
I would also like @silvanocerza to take a quick look.
There was a problem hiding this 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 too. 👍
Co-authored-by: Stefano Fiorucci <[email protected]>
Co-authored-by: Stefano Fiorucci <[email protected]>
Thanks @anakin87 ! I'll add a usage example. |
@dfokina this component will probably go in 2.7.0 and we should create a simple doc page for it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feel free to merge after incorporating the suggestions for docstring
(I haven't checked if the format is OK)
Co-authored-by: Stefano Fiorucci <[email protected]>
* Adding StringJoiner * Release notes * Remove typing * Remove unused import * Try to fix header * Fix one test * Add to docs, move test to behavioral pipeline test * Undo changes * Fix test * Update haystack/components/joiners/string_joiner.py Co-authored-by: Stefano Fiorucci <[email protected]> * Update haystack/components/joiners/string_joiner.py Co-authored-by: Stefano Fiorucci <[email protected]> * Provide usage example * Apply suggestions from code review Co-authored-by: Stefano Fiorucci <[email protected]> --------- Co-authored-by: Stefano Fiorucci <[email protected]> Co-authored-by: Silvano Cerza <[email protected]>
Related Issues
StringJoiner
as a convenience component #8353Proposed Changes:
How did you test it?
Notes for the reviewer
Checklist
fix:
,feat:
,build:
,chore:
,ci:
,docs:
,style:
,refactor:
,perf:
,test:
.