Closed ghost closed 5 years ago
@ramgesg yes that's a good idea
What's the status of this proposal? Would be quite useful to maintain multiple languages with the same Rasa instance.
@ramgesg They both (language and pipelin) are now part of Agent config with the latest Master
With the current version of RASA NLU, Project specific configuration can be provided. Any plans of adding it here too?
language: "en"
pipeline: "spacy_sklearn"
data contains the same json, as described in the training data section
data: { "rasa_nlu_data": { "common_examples": [ { "text": "hey", "intent": "greet", "entities": [] } ] } }