paschmann / rasa-ui

Rasa UI is a frontend for the Rasa Framework
MIT License
960 stars 330 forks source link

Agent Specific Configs #87

Closed ghost closed 5 years ago

ghost commented 6 years ago

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": [] } ] } }

pradeepmvn commented 6 years ago

@ramgesg yes that's a good idea

beevelop commented 5 years ago

What's the status of this proposal? Would be quite useful to maintain multiple languages with the same Rasa instance.

pradeepmvn commented 5 years ago

@ramgesg They both (language and pipelin) are now part of Agent config with the latest Master