Download and installation successful You can now load the package via spacy.load(‘en_core_web_sm’)
code: pipeline:
No configuration for the NLU pipeline was provided. The following default pipeline was used to train your model.
If you’d like to customize it, uncomment and adjust the pipeline.
See Tuning Your NLU Model for more information.
- name: SpacyNLP model: “en_core_web_sm”
error: raise GraphSchemaValidationException( rasa.engine.exceptions.GraphSchemaValidationException: Your model uses a component ‘SpacyNLP’ which needs the param ‘model’ to be provided to its method ‘process’. Please make sure that you registered your component correctly and and that your model configuration is valid.See Custom Graph Components for more information.