我在 Rasa 有一个奇怪的问题。当我删除某些动作名称或更改某些动作名称时。同时,我还删除了一些插槽。Rasa 将收到以下错误:
2019-10-12 13:57:58 ERROR rasa.core.trackers - Tried to set non existent slot 'mathcalc'. Make sure you added all your slots to your domain file.
2019-10-12 13:57:58 ERROR rasa.core.trackers - Tried to set non existent slot 'mathcalc'. Make sure you added all your slots to your domain file.
2019-10-12 13:57:58 ERROR rasa.core.trackers - Tried to set non existent slot 'mathcalc'. Make sure you added all your slots to your domain file.
2019-10-12 13:57:58 ERROR rasa.core.trackers - Tried to set non existent slot 'mathcalc'. Make sure you added all your slots to your domain file.
2019-10-12 13:57:58 ERROR rasa.core.trackers - Tried to set non existent slot 'mathcalc'. Make sure you added all your slots to your domain file.
2019-10-12 13:57:58 WARNING rasa.core.featurizers - Feature 'intent_calc_plus' could not be found in feature map.
2019-10-12 13:57:58 WARNING rasa.core.featurizers - Feature 'active_form_meeting_form' could not be found in feature map.
2019-10-12 13:57:58 WARNING rasa.core.featurizers - Feature 'entity_mathcalc' could not be found in feature map.
2019-10-12 13:57:58 WARNING rasa.core.featurizers - Feature 'intent_calc_plus' could not be found in feature map.
2019-10-12 13:57:58 WARNING rasa.core.featurizers - Feature 'active_form_meeting_form' could not be found in feature map.
2019-10-12 13:57:58 WARNING rasa.core.featurizers - Feature 'entity_mathcalc' could not be found in feature map.
2019-10-12 13:57:58 WARNING rasa.core.featurizers - Feature 'intent_calc_plus' could not be found in feature map.
2019-10-13 09:08:21 WARNING rasa.core.domain - Failed to use action 'action_calc_plus' in history. Please make sure all actions are listed in the domains action list. If you recently removed an action, don't worry about this warning. It should stop appearing after a while.
2019-10-13 09:08:21 WARNING rasa.core.domain - Failed to use action 'action_calc_minus' in history. Please make sure all actions are listed in the domains action list. If you recently removed an action, don't worry about this warning. It should stop appearing after a while.
2019-10-13 09:08:21 WARNING rasa.core.domain - Failed to use action 'action_calc_divide' in history. Please make sure all actions are listed in the domains action list. If you recently removed an action, don't worry about this warning. It should stop appearing after a while.
2019-10-13 09:08:21 WARNING rasa.core.domain - Failed to use action 'action_calc_multiply' in history. Please make sure all actions are listed in the domains action list. If you recently removed an action, don't worry about this warning. It should stop appearing after a while.
2019-10-13 09:08:21 WARNING rasa.core.domain - Failed to use action 'action_calc_multiply' in history. Please make sure all actions are listed in the domains action list. If you recently removed an action, don't worry about this warning. It should stop appearing after a while.
我已删除的插槽“mathcalc”和功能“intent_calc_plus”和操作“action_calc_plus”。仅当我删除对话表时,上述错误才会消失。是什么原因?我无法删除生产环境中的对话表。
非常感谢!