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

chore: Remove all references to old filter syntax #8342

Closed vblagoje closed 2 months ago

vblagoje commented 2 months ago

Do not integrate yet (see below)

We also need to remove references in haystack-core-integrations. To avoid nightly CI failures make sure that these PRs are integrated first:

coveralls commented 2 months ago

Pull Request Test Coverage Report for Build 10828267963

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Files with Coverage Reduction New Missed Lines %
components/routers/metadata_router.py 1 95.65%
components/routers/conditional_router.py 2 97.78%
components/generators/azure.py 3 92.68%
components/generators/chat/azure.py 3 92.5%
document_stores/in_memory/document_store.py 7 96.03%
core/pipeline/pipeline.py 8 79.55%
components/rankers/transformers_similarity.py 10 89.52%
core/pipeline/base.py 36 92.19%
<!-- Total: 70 -->
Totals Coverage Status
Change from base Build 10768832162: -0.07%
Covered Lines: 7128
Relevant Lines: 7900

💛 - Coveralls