Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for RASA NLU for on prem conversations #2

Open
ojacques opened this issue Sep 19, 2017 · 2 comments
Open

Add support for RASA NLU for on prem conversations #2

ojacques opened this issue Sep 19, 2017 · 2 comments

Comments

@ojacques
Copy link
Owner

Add support of rasa_nlu, for those concerns with keeping the conversations "on premises"

@mbettan
Copy link

mbettan commented Sep 22, 2017

I have a working code, but I had to workaround. I had two issues

  1. RASA only supports HTTP today, so I had to configure ngrok or nginx proxy HTTPS to HTTP
    Enabling HTTPS instead of HTTP - API.AI RasaHQ/rasa#570
  2. Endpoint APIs call were wrong from your original code, so after discussion with rasa_nlu on Slack, they changed their endpoint to be compatible, it has been released already

Then it was working but there is no fullfillment support on RASA so it means we have to implement them in hubot. More efforts.

I can export you the code if it helps?

@ojacques
Copy link
Owner Author

@mbettan - it would be nice! Maybe even a gist if nothing else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants