Questions tagged [rasa-x]

Use this tag for questions concerning Rasa X, the tool for improving assistants and chatbots from real conversation data.

Rasa X is a tool designed to make it easier to deploy and improve Rasa-powered assistants and chatbots by learning from real conversations.

117 questions
1
vote
1 answer

Deploy rasa model using MITIE on rasa-x which got error

I have trained a model and works fine with "rasa shell". Then I have deployed rasa-x on kubernetes, and try to upload the model. Here is the problem, my pipline has used MITIE: pipeline: - name: "MitieNLP" model:…
Man Shen
  • 401
  • 2
  • 16
1
vote
1 answer

Integration of RASA Chatbot on Android Application

My question is that I am developing an AI Powered Banking Chat-bot using RASA, Can anyone guide me how to deploy it or integrate it on an Mobile Application (Android)? Thanks in Advance.
Afaq Khan
  • 212
  • 2
  • 9
1
vote
1 answer

“rasa x" returns AttributeError

I have installed rasa x on my computer. rasa shell works well. I can chat within terminal. but when I try to run rasa x I get following error.I am using python 3.6 and tensorflow backend. Starting Rasa X in local mode... Traceback (most recent call…
1
vote
2 answers

Rasa chatbot : "Failed to install frontend dependencies. Check logs for details."

I have an issue with Rasa X. Installation part is successful but when I executed "rasa x" command I'm getting below error and a new browser window is opened and showing cat images with text: "Frontend compiling-and now ...we wait" (venv)…
Jainmiah
  • 439
  • 6
  • 16
1
vote
0 answers

Rasa Slack Integration Issue

I am using rasa to connect to slack using Ngrok. My bot is properly responding with RASA X. These are steps i have done to connect with slack. Create new Channel. Added new user in App home(new in slack, worked with dialogflow for me). Added the…
1
vote
1 answer

Deleting and purging Rasa-x from Ubuntu after installing it with the one line bash script

I installed Rasa-x with the one line script. this is the script mentioned in the doccs (https://rasa.com/docs/rasa-x/installation-and-setup/one-line-deploy-script) curl -s get-rasa-x.rasa.com | sudo bash I can see that my localhost path is listened…
1
vote
0 answers

“rasa init –no-prompt” returns NotFoundError

installed rasa successfully but when I try to create new project using rasa init --no-prompt I am getting this error c:\users\azizul\anaconda3\envs\testr\lib\site-packages\rasa\utils\tensorflow\models.py:128 train_on_batch * total_loss =…
1
vote
2 answers

How to install rasa x in python virtual env - Rasax installation error using pip3

I am trying to install rasa x in my python env. But i am getting below error. This is the command i used: pip3 install rasa-x --extra-index-url https://pypi.rasa.com/simple Error initializing plugin Google = keyrings.alt.Google. Traceback (most…
KbiR
  • 4,047
  • 6
  • 37
  • 103
1
vote
0 answers

Rasa emojis prevent command from being run

I have been trying to follow the installation of rasa at the top of this page. The first installation command returns fine: pip install rasa-x --extra-index-url https://pypi.rasa.com/simple but when i run rasa init, I get the following error…
0
votes
0 answers

Connecting Rasa Open source with Airy for Human Handoff

I am working with Rasa chatbot version 3.1, I am trying to add feature like human handoff Agent with the help of connectors in rasa. I am not clear in the following rasa documentation(https://rasa.com/docs/rasa/connectors/custom-connectors). I would…
0
votes
0 answers

i can't install Rasa on Mac M1

I'm trying to install Rasa on my M1 MacBook Air following these instructions. https://forum.rasa.com/t/an-unofficial-guide-to-installing-rasa-on-an-m1-macbook/51342 However, when I do this code: conda env create -v --name rasatest -f env.yml I am…
0
votes
2 answers

What will happen if I clear the slots of a form in RASA?

I want to iterate over a form until a slot value does not become true. I know that a form will continue to ask the questions in its required slots until they are filled. So, if I clear all the slots at the end of the form, will the form start over…
Rishikesh
  • 115
  • 1
  • 8
0
votes
0 answers

how to put upload files option in RASA chatbot widget

I'm Koteswararao have we published this enhancement or it is in WIP. We are working on RASA using web widget via BOTFRONT and this feature for uploading files / uploading multiple files wile enhance the UX for the processes being delivered by the…
0
votes
0 answers

ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt' using anaconda python windows

I am trying to install the dependencies in a python3 virtual environment. pip install -r requirements.txt ERROR: Could not open requirements file: [Err no 2] No such file or directory: 'requirements.txt' I have to install development dependencies…
sri vidya
  • 15
  • 5
0
votes
1 answer

rasa: training is too slow

I have rtx 3090 gpu and i9 12th gen processor. my training is not too large as well and yet the training time is too long. When I begin the training phase it says 24 cores available but limiting to safe limit of only 8 cores. NUMEXPR_MAX_THREADS not…
Hussain Wali
  • 308
  • 3
  • 12