Hi, I am trying to build a Q&A bot where the data is a CSV (one column with Question and the other is an answer) In this case, would RASA help as there is no context needed or a conversation flow.
So, in the above pic, I was trying an example where the responses are hard-coded. For “Corona_intro” intent, the response will be “utter_corona_intro”. I did see few other posts here saying NLU core is not needed for this as there not really a custom script or actions needed for this.
So this is just a workaround, but what if my Q&A pairs are longer length. Is there a feature/add on in RASA that helps me to import, say a CSV and convert those Q&A to components in the domain.yml file and train the model?
Also, not much complex stories would be needed in this scenario as it is a direct Q&A pair.
Hi @rctatman, As discussed in today’s live coding session, it would be great if you could help with the feature that helps achieve this use case.
Thanks