botpress-rasa_nlu
botpress-rasa_nlu copied to clipboard
The Rasa NLU module for Botpress
Hi.. I am running botpress 10.20.1 and rasa_nlu 0.12.3 on centOS 7 my botpress nlu config as follow: vi config/nlu.json { "intentsDir": "./generated/intents", "entitiesDir": "./generated/entities", "provider": "rasa", "debugModeEnabled": false, "minimumConfidence":...
By chance is there any way to only trigger if the confidence score is above a certain %? Wasn't sure if you had that setup yet or not.
rasa_nlu expects the request params to be utf-8 When I send a message with german umlauts (e.g. ä ü ö), the message is encoded with cp1252 instead of utf-8 and...
I'm assuming to use this with Rasa core I just need to create a version of this that adjusts the server URL unless you want me to add something maybe...