Hey , This is Murugan , i have an doubt , I did separate webservice for RASA nlu model , my doubt is how can i write separate RASA core for separate webservice ? if yes , lets share yours ideas ,
Note : here with i attached my separate webservice for RASA NlU .nlu_webservice.py (781 Bytes)
@Tobias_Wochinger thanks for your response , actually i am doing custom chatbot developement , so i need piece piece of a service … actually i did nlu_webservice , now my question is how can i give my nlu inputs(intent to rasa core )? actually rasa.agent do all the things , but i need seperate …i.e message–>nlu–>Core ,
and i have an doubt what this line says , interpreter = NaturalLanguageInterpreter.create(‘models/nlu/default/current’) and what is the output ?
That’s totally fine, but when you are trying to parse messages with NLU, pass it to Core, then it seems like exactly what rasa is doing Which parts of the chatbot do you want to customize? And can you please my answers from above?
Thanks @Tobias_Wochinger i want to customize only RASA core part, …internally nlu sends higher intent and confident in to rasa agent right , , now my question is i need to edit the 1st three intent to rasa core