Search code examples
botsdialogflow-eschatbot

training not starting in botfront


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:

string indices must be integers

Please help with a quick fix. Thanks


Solution

  • 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