deepset-ai / haystack

AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models, vector DBs, file converters) to pipelines or agents that can interact with your data. With advanced retrieval methods, it's best suited for building RAG, question answering, semantic search or conversational agent chatbots.
https://haystack.deepset.ai
Apache License 2.0
17.72k stars 1.92k forks source link

feat: streaming_callback as run param from HF generators #8406

Closed tstadel closed 2 weeks ago

tstadel commented 1 month ago

Related Issues

Proposed Changes:

How did you test it?

Notes for the reviewer

Checklist

coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 11575548673

Details


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 Coverage Status
Change from base Build 11573735102: 0.001%
Covered Lines: 7559
Relevant Lines: 8348

💛 - Coveralls