Hi,
I have a botpress on premise in Windows environment. I want to set it up with italian language. I have successfully started a language server with "bp lang" and got the model &dict both loaded. Now I run the botpress instance with "bp serve" command. It seems that everything is set up and running correctly.
I am trying to use botpress for a simple bot that is able to understand preconfigured intents and answer accordingly to basic questions as required by users.
In my intent-view page in the botpress admin page I have setup a basic intent example with utterances (basically the user asks to see Luca).
When I try to use the bot, I get:
Language Understanding
Failed at running NLU as no model was trained
Detected language:
Used Language: n/a`
So I see a button in the bottom-right of the page that invites me to train the model - I suppose to learn about my intent. I click on it but I get:
Cannot train ChatBot
2023-11-03 14:43:31errorAn error occured when training [Error, An error occured in NLU server: child "intents" fails because ["intents" at position 0 fails because [child "utterances" fails because ["utterances" is required]]]]
STACK TRACE
**Error: An error occured in NLU server: child "intents" fails because ["intents" at position 0 fails because [child "utterances" fails because ["utterances" is required]]]**
...
2023-11-03 14:43:45warnError extracting metadata for incoming text: No model found for the following languages: n/a,it
How can I solve my issue? Thanks in advance!