How can we train bot for answering FAQs while the data is in format of Q&A. How to pass such data for train ?
hey @Ajinkz i have created a FAQ bot hope so it helps you, check it out on my github repo
Facing this error while loading the bot
2019-01-03 10:36:39 ERROR rasa_core.processor - Encountered an exception while running action ‘action_faqs’. Bot will continue, but the actions events are lost. Make sure to fix the exception in your custom code.
make sure you have handled the action_faqs in your actions.py file
Thanks. its worked. What else we can do further ? if certain question is not present in our nlu.md. In such case how can we store these question? and in further train use them ?