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: deprecate SentenceWindowRetrieval #8206

Closed Amnah199 closed 1 month ago

Amnah199 commented 1 month ago

Proposed Changes:

Created a stub class named SentenceWindowRetrieval that inherits from SentenceWindowRetriever. This stub issues a deprecation warning to guide users to transition to the SentenceWindowRetriever class while maintaining backward compatibility.

How did you test it?

Notes for the reviewer

NA

Checklist

coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 10366012989

Details


Totals Coverage Status
Change from base Build 10351241196: 0.009%
Covered Lines: 6961
Relevant Lines: 7724

💛 - Coveralls