I am ignoring entities in the domain file:-
- eligible_for_arrival_of_child_leaves:
use_entities: []
ignore_entities:
- leave_type
- vacation_type
- employee_plans
But when I check in the logs it is still being picked:-
with intent '{'name': 'eligible_for_arrival_of_child_leaves', 'confidence': 0.9708589315414429}' and entities '[{'entity': 'leave_type', 'start': 72, 'end': 81, 'extractor': 'DIETClassifier', 'value': 'maternity', 'processors': ['EntitySynonymMapper']}]'
any suggestions on how we can fix this issue?