RasaHQ / rasa-nlu-trainer

DEPRECATED: We recommend using Rasa X https://rasa.com/docs/rasa-x/ for managing NLU data
MIT License
467 stars 186 forks source link

how can I dynamically feed source file path from my meteor application #26

Open aswanyaugustine opened 7 years ago

aswanyaugustine commented 7 years ago

If I want to feed a different file path everytime rasa nlu trainer (running on a particular port )whenever a call from another appliaction hit rasa nlu,how can I achieve it?

azazdeaz commented 7 years ago

Hi @iconist! I don't really understand the question but you probably have to fork this tool and repurpose it for your own needs.

jainsourabh2 commented 7 years ago

You can use --source <> to pass the training json file as an input parameter.