RasaHQ / rasa

💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants
https://rasa.com/docs/rasa/
Apache License 2.0
18.9k stars 4.63k forks source link

server response #54

Closed dantodor closed 7 years ago

dantodor commented 7 years ago

First of all, thanks for the great work! I'm by all means no Python expert, I just wanted to try how this server works, and have encountered several issues down the road, some I could solve them, some not ... So, from the beginning:

Can you please tell me what I'm doing wrong ? Where should I look for hints ?

Thanks a lot!

amn41 commented 7 years ago

Thanks for creating this issue! Let me try to help. Did you install the master brach? we've had some bugfixes recently so maybe git pull to update will fix some of these already.

  1. you're totally right - at the moment we do require numpy. See #55

  2. will make it easier to debug configuration options. but I think updating your clone should fix this.

  3. this looks like a naming clash. try replacing your json with '{"q":"I am looking for Chinese food"}' - I will chase up and update the docs

amn41 commented 7 years ago

see also issue #57

amn41 commented 7 years ago

cool both PRs are merged. Please clone latest version and let me know how it goes! closing now