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」。上記のエラーは、会話テーブルを削除した場合にのみ消えます。理由は何ですか?本番環境で会話テーブルを削除できません。
どうもありがとう!