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

Cherry-pick docstores deserialization refactoring to 2.4.x #8227

Closed anakin87 closed 3 months ago

anakin87 commented 3 months ago

Proposed Changes:

Cherry-pick the commits of #8207 and #8226

How did you test it?

CI

Checklist

coveralls commented 3 months ago

Pull Request Test Coverage Report for Build 10387779350

Details


Files with Coverage Reduction New Missed Lines %
components/retrievers/sentence_window_retriever.py 7 79.55%
<!-- Total: 7 -->
Totals Coverage Status
Change from base Build 10385117407: 0.01%
Covered Lines: 6943
Relevant Lines: 7703

💛 - Coveralls