I’m trying to use the custom sentiment analysis component, but I want to do it through the HTTP API.
This means I have to put my configuration in the same file as my data, but since my pipeline has custom components :
I think the pipeline takes an array of objects. Rasa knows to initialize components via the order in which they’re specified in the array. If you specify your model config in a config.yml file and then pass the file to rasa (python -m rasa_nlu.train -c config/nlu_config.yml --data location/to/data.json), a metadata.json file will be created with the proper pipeline array!