deepset-ai / haystack

:mag: 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
16.93k stars 1.85k forks source link

fix: Prevent `set_output_types` from being called when the `output_types` decorator is used #8376

Closed shadeMe closed 1 week ago

shadeMe commented 1 week ago

Related Issues

How did you test it?

CI

Checklist

coveralls commented 1 week ago

Pull Request Test Coverage Report for Build 10903048626

Details


Files with Coverage Reduction New Missed Lines %
components/classifiers/zero_shot_document_classifier.py 3 91.07%
<!-- Total: 3 -->
Totals Coverage Status
Change from base Build 10902548715: 0.003%
Covered Lines: 7337
Relevant Lines: 8117

💛 - Coveralls