mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-08-30 03:16:46 +00:00

* add filters attribute to labels and use in eval * Add latest docstring and tutorial changes * overwrite params if None * populate filters from Label to MultiLabel * add query_id in eval df and deepcopy params for each label * fix mypy * add test for aggregating filters in multilabel * use query ids also in answers df * loop through unique query_ids * hash filters and query text as id * Add latest docstring and tutorial changes * fix top_k reader eval * Apply Black * rename query_id to id/multilabel_id * Apply Black * json dump filters in dataframe * add filters and id to wrong_examples() * Apply Black Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sara Zan <sara.zanzottera@deepset.ai>