DEV Community

Discussion on: Create Your Own AI Chatbot in minutes with Rasa

Collapse
 
include profile image
Francisco

Nice post. quick question about rasa - what if you want to integrate your bot's anwsers from another source? Is is possible to - given a question from a user; the bot can pick a reply from another data source other than a YAML file? 10x in advance.

Collapse
 
simoncodephere profile image
Simon Pfeiffer

Unfortunately, Rasa only accepts YAML files as the source of training data, but you could definitely programmatically generate these YAML files in order to take it from a different source

You can see Rasa's best practices for producing NLU training data here: rasa.com/docs/rasa/generating-nlu-...