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: update test dependency and `LazyImport` block to make compatibility with `sentence-transformers>=3.0.0` explicit #8295

Closed anakin87 closed 1 month ago

anakin87 commented 1 month ago

Related Issues

Starting from haystack-ai==2.4.0, Haystack is only compatible with sentence-transformers>=3.0.0, due to model_kwargs parameter.

Proposed Changes:

How did you test it?

CI

Checklist

coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 10581200856

Details


Totals Coverage Status
Change from base Build 10577969486: 0.0%
Covered Lines: 7005
Relevant Lines: 7766

💛 - Coveralls