Replies - Activity - haneef - Rasa Community Forum
Duckling Use
hey @Juste i am just creating intent identification system for my own chatbot framework. so just want to use duckling for system entity extraction use.
Database for NLU
I am trying to create my own chatbot framework just like wit.ai not exact like wit. but with some basic features. i already worked with rasa. So i thought i can use rasa-nlu as luis for intent classification. so the challenge is training data and intent like where user will save their intents respec…
Entities
@stephens ok, Here it is:-
intents:
- room_booking
- affirm
- greet
- deny
- goodbye
- booking_date
- booking_time
- validate_card
- validate_face
- ok
- with_whom
actions:
- action_default_fallback
- utter_goodbye
- action_ask_face_and_take_card_pic
- action_ask_for_date_and_take…
@stephens it’s not working, it’s only giving me single entity value and att_email slots giving None value. Like when i am asking below request then only one entity is extracting why not second one???
Request :- “book with tshiekh@provenconsult.com and mhaneef@provenconsult.com”.
Rasa Deployment on Heroku or AWS
@shashank34 but duckling is not avail on windows container it’s distribution is only for linux. https://hub.docker.com/r/rasa/duckling/tags
Slots
It is solved.
Rasa Error tracker
@erohmensing i deployed my bot on windows server 2016 and it is working fine but action file is not working like my one intent name is “bye” and set one class in actions file for bye as ByeAction so when i am saying bye then i am getting any reply. can you suggest me how to run duckling on windows …
Send Image in Request
@matias18233 in forms i am not able to train our bot because my image is in blob format so each time new data occurs. So what i did is i handle image things in front-end and it works well.
Problem in Stories
@varunsapre10 Thanks it works but not in all my cases.
@madhanaravind is it default action from rasa?
Hi @Tobias_Wochinger i mean when we creating story through interactive learning. then at the end it update my story and nlu file like this:-
ques_1
ans _1
ques_2
ans_2
ques_3
ans_3
stop
Only single path. And it is working well 1st time but when i am invoking my bot again by saying ‘hi’ …
already tried but it gives me only one path. like this, only single path.
interactive stories
ques_1
ans _1
ques_2
ans_2
ques_3
ans_3
can we have small conversation on stories topic. i have to clear some logic?
how to restart session in second time? i just run “rasa run -m model --enable-api --cors "*"