Hi,
RASA newbie here. After going through the official playlist and rock paper scissor bot. I decided to create my own bot. It’s a pretty simple apartment hunting bot which asks the users about the state and number of bedrooms, then depending on the data provided the bot will return the apartment from my own excel file.
The excel file have three columns : name, state and number of bedrooms. So the name that the bot returns will be based on state and number of bedrooms.
Since the problem statement in clear I will share some screen shots and explain the problem I am facing.
So this is where the problem is happening.
According to the story after ‘hi’(intent: greet), action: utter_greet should trigger but it is not happening. Similarly the next steps of the story are also not happening. I have been stuck here for weeks now. Please help.
Also since at the moment I am not processing any data, (I just want to make my story work) do I have to run my action server? for the stories to run.
hi @siriusraja ,
my stories are working fine now. I re-installed rasa on a new virtual environment and changed the config files to default values. Which seems to work for now.
Thanks for replying though.
I suspect some issue on the code where you read the excel file and apply the filter condition on the dataframe.
Can you print and see if those lines are extracting the data from excel.
Hint:
Check if the datatype of num_bedrooms is int or same as what is read from the excel.
Strip any trailing whitespace in the values you compare.
If the stories are poorly structured, inconsistent or irrelevant to the chatbot’s intended purpose, it may struggle to provide accurate and helpful responses. Additionally, a lack of diversity in the training data could also limit the chatbot’s ability to understand and interpret different types of user input, leading to inaccuracies and misinterpretations.
Regards, Jane, manager of productivity
system (description)