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

fix: Output Adapter from_dict with custom_filters None #8173

Closed faymarie closed 1 month ago

faymarie commented 1 month ago

Related Issues

The OutputAdapter's from_dict method was failing when custom_filters = None in spite being an Optional parameter.

Proposed Changes:

How did you test it?

unit test

Notes for the reviewer

Checklist

coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 10301392323

Details


Totals Coverage Status
Change from base Build 10299919968: 0.001%
Covered Lines: 6915
Relevant Lines: 7669

💛 - Coveralls