Closed tstadel closed 2 weeks ago
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
components/generators/hugging_face_api.py | 1 | 96.1% | ||
components/generators/hugging_face_local.py | 3 | 91.67% | ||
<!-- | Total: | 4 | --> |
Totals | |
---|---|
Change from base Build 11573735102: | 0.001% |
Covered Lines: | 7559 |
Relevant Lines: | 8348 |
Related Issues
streaming_callback
run param should be supported in a unified way throughout haystack main package. So far onlyOpenAIGenerator
andAzureOpenAIGenerator
support the run param.HuggingFaceAPIGenerator
andHuggingFaceLocalGenerator
lack this kind of support.Proposed Changes:
streaming_callback
run param toHuggingFaceAPIGenerator
andHuggingFaceLocalGenerator
How did you test it?
Notes for the reviewer
Checklist
fix:
,feat:
,build:
,chore:
,ci:
,docs:
,style:
,refactor:
,perf:
,test:
.