I am deploying rasa assistant on Kubenetes with Heml-chart. Currently I want to parse the intent of a sentence like when calling api http://host:port/model/parse but no result is returned. How to get the intent of a sentence when deploying rasa on Kubenetes
Instead of host:port, just try host
Hmm, try /core/model/parse.
If it also doesn’t work, maybe you need a token: /core/model/parse?token=<your_token>.
To get a token, try sending (POST) {"username": username, "password", password} to auth, you will get back a token in the form {"access_token": your_token}.
See more here: Rasa X HTTP API - Perform authentication.
Same problem here. Could you figure it out?
