Hi, I want some API endpoints where i can update all my yml file with new intent and stories without doing any manual updates. So that anybody can train my chatbot with his intent and stories. I tried with following way but i am not sure whether it is the right way to do
http://localhost:5005/model/train error: { “version”: “2.5.0”, “status”: “failure”, “message”: “An unexpected error occurred during training. Error: Failed to validate YAML. Please make sure the file is correct and all mandatory parameters are specified. Here are the errors found during validation:\n in Line 1:\n Value ‘b’supervised_embeddings’’ is not a list. Value path: ‘/pipeline’”, “reason”: “TrainingError”, “details”: {}, “help”: null, “code”: 500 }