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.94k stars 1.85k forks source link

chore: remove unused functions `serialize_callback_handler` and `deserialize_callback_handler` #8172

Closed anakin87 closed 1 month ago

anakin87 commented 1 month ago

Related Issues

These utility functions are probably a leftover.

I checked that they are not used anywhere: haystack, core-integrations, integrations page, website, tutorials, cookbook...

Some related issues (in case you are interested in history :smiley:): #6979 #6988 https://github.com/deepset-ai/haystack-core-integrations/issues/415

Proposed Changes:

Remove these functions

How did you test it?

CI

Checklist

coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 10298900492

Details


Files with Coverage Reduction New Missed Lines %
components/generators/utils.py 1 66.67%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 10284638870: 0.02%
Covered Lines: 6914
Relevant Lines: 7668

💛 - Coveralls