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

Deprecate `Pipeline` init argument `debug_path` as it's unused #8352

Closed silvanocerza closed 2 weeks ago

silvanocerza commented 2 weeks ago

debug_path is completely unused and a remnant of a debugging approach inherited from Haystack 1.

We should mark it for deprecation and remove it.