Skip to main content

All Questions

Tagged with
0 votes
2 answers
2k views

Not able to use rasa x with current version of rasa

Rasa forum says that rasa x 1.1 supports rasa 3.x, but when i try running rasa x on a model trained with rasa 3.1 it gives me error. UserWarning: Your version of rasa '3.1.0' is currently not ...
Indrajeet Singh Yadav's user avatar
0 votes
2 answers
472 views

Animation when we click on a button created in RASA (actions.py file)

Is there any way where we can add animation on a specific button click in RASA. The buttons are created in actions.py file of RASA chatbot.
Shakir Sadiq's user avatar
0 votes
0 answers
258 views

how to resolve "warning: no model found for en_core_web_sm" even though i have downloaded the model and written a config file with it

config = """ language: "en" pipeline: - name: "nlp_spacy" model: "en_core_web_sm" - name: "tokenizer_spacy" - ...
Vatsal's user avatar
  • 1
0 votes
1 answer
100 views

facing problem in rasa init function in anaconda prompt

import regex ModuleNotFoundError: No module named 'regex' import regex error i already have installed by command "pip install rasa" but still facing problem
Rajesh Kumar Mandal's user avatar
0 votes
1 answer
1k views

How to use rasa in Pycharm

I have installed Anaconda and rasa too in anaconda prompt, but how I can use rasa in Pycharm? I have tried commands which are mentioned on official website rasa.org but I did not get satisfactory ...
Henry fork's user avatar
0 votes
1 answer
649 views

RASA Error : Invalid story file format and Failed to decode parameters as a json object

I'm using the latest version 1.10.1 of Rasa and am developing a weatherbot . I'm unable to train my dialogue model using ' rasa train ' . When I run the command ' rasa train ' , I'm getting an ...
Bharathi's user avatar
  • 201
0 votes
1 answer
677 views

Unable to run the actions.py file with RASA for creating a Chatbot

I'am trying to build a chatbot using Rasa using NLU and Core. All the necessary packages/libraries are installed.The data, stories and action files are also created. However while running actions.py ...
sanjana jha's user avatar
0 votes
1 answer
2k views

Problem in coding a Welcome Message along with options in RASA

I read this answer on How to code a Welcome Message in RASA, accordingly, I did write a custom action but it is not displaying the message as soon as the session starts, instead, it replies after the ...
gadia-aayush's user avatar
2 votes
1 answer
1k views

POST request changes to OPTIONS in RASA

The postman post request return a response from RASA NLU, however when replicating the same thing via the browser, the post request changes from POST request to OPTIONS request and there is no ...
Lohith Arcot's user avatar
  • 1,186
0 votes
1 answer
91 views

Rasa: Replace agent with another agent

I am using the Rasa framework for my chatbot. I am storing the metadata during the chat using trackerstore. When the user leaves the chat in between and comes back after some time, I want to restart ...
MSS's user avatar
  • 3,643
1 vote
1 answer
2k views

How to pass extra parameters in in handle_text in rasa?

I am creating a chatbot using RASA and Flask I have a strange requirement where for the same question I have to configure 2 different responses based on request. In request there is a key customer it ...
Sociopath's user avatar
  • 13.4k
1 vote
3 answers
6k views

Failed to connect to duckling http server. Make sure the duckling server is running and the proper host and port are set in the configuration

I have made workplace on slack and app is registered there from where i get the necessary things like slack token and channel to put it into the credentials.yml file of the rasa. After getting all the ...
Suraj Ghale's user avatar