Hi,
how can I host Core and NLU seperately i.e how can I connect Rasa Core to remote Rasa NLU ? like if someone want to provide NLU as a service
Hi,
how can I host Core and NLU seperately i.e how can I connect Rasa Core to remote Rasa NLU ? like if someone want to provide NLU as a service
Hi @nika-begiashvili , You can use the HTTP API to host your trained NLU model and use it as a service. You can closely take a look at Model API endpoints
My question is regarding to connecting to hosted NLU model rather than hosting it ( that part is covered very good in documentation ) I found in some third party examples that you can specify nlu: url: in endpoints.yaml but why it’s not covered in documentation ? is it deprecated ?
You can take a look at Running the Server