I'm trying to train my model with new intent and entities but I see an error called "string indices must be integers" as you can see:
Please help with a quick fix. Thanks
what you need to do is this. you need to disable the gazette in the pipeline.
Go to settings up! in NLU pipeline, remove name: rasa_addons.nlu.components.gazette.Gazette
Thanks