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

chore: Remove deprecated `debug` param from `Pipeline.run` #8288

Closed shadeMe closed 1 month ago

shadeMe commented 1 month ago

Related Issues

Proposed Changes:

Removes deprecated parameter from Pipeline.run.

How did you test it?

CI

Checklist

coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 10560112094

Details


Files with Coverage Reduction New Missed Lines %
core/pipeline/pipeline.py 13 79.55%
<!-- Total: 13 -->
Totals Coverage Status
Change from base Build 10528666835: -0.002%
Covered Lines: 6974
Relevant Lines: 7731

💛 - Coveralls