rsykoss / rasa-chatbot-webchat-deployment

Tutorial on creating and deploying chatbot locally using open source RASA. Uses chat widget with flask and ngrok.
38 stars 19 forks source link

> rasa train; Error: Value 'b'spacy_sklearn'' is not a list. Value path: '/pipeline' #3

Open quinnpertuit opened 3 years ago

quinnpertuit commented 3 years ago

Rasa Train & Test

> rasa train

Error: YamlValidationException: Failed to validate YAML. Please make sure the file is correct and all mandatory parameters are specified. Here are the errors found during validation:
  in Line 3:
      Value 'b'spacy_sklearn'' is not a list. Value path: '/pipeline'

Any ideas?

quinnpertuit commented 3 years ago

This project is 2 years old. Changed config.yaml pipeline to:

language: en
pipeline:
- name: "SpacyNLP"
  # language model to load
  model: "en_core_web_md"