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

Facing issue while installing rasa-x on windows using Anaconda

error i'm getting-- ERROR: pip's legacy dependency resolver does not consider dependency conflicts when selecting packages. This behaviour is the source of the following dependency conflicts. tensorflow 2.6.3 requires six~=1.15.0, but you'll have…
Ayush Jais
  • 11
  • 1
1
vote
0 answers

How to use 'categorical slot' in form in rasa 3.x?

I was trying to use 'categorical slot' in form in rasa 3.x but its not working as per the rasa 2.x 'categorical slot' . How to use 'categorical slot' in 'rasa 3.x' in correct way? I was using 'categorical slot' in rasa 3.x as below…
1
vote
1 answer

is this normal during the installation of rasa (anaconda) ti takes long time

during the installation of rasa with anaconda in the prompt (look at the img) enter image description hereit download many and meny version of tensorflow is that normal ?
Sniper
  • 11
  • 1
1
vote
0 answers

Rasa does not reply to first message, no response

Versions Info: Rasa Version : 2.1.2 Rasa SDK Version : 2.1.2 Rasa X Version : 0.34.0 Python Version : 3.7.9 Chatbot does not respond to the first message, and can only start the conversation when I send the second message. Any one can help?
Chiko
  • 11
  • 1
1
vote
2 answers

Need a 'text' parameter to parse duckling rasa x

I am trying to run duckling locally. So with the help of this article I installed stack, and then cloned duckling code git clone https://github.com/facebook/duckling.git download the zoneinfo and updated the reference in exe/ExampleMain.hs let…
Sunil Garg
  • 14,608
  • 25
  • 132
  • 189
1
vote
2 answers

rasa nlu fallback is returning intent instead of question

I am using rasa (version 2) and with this configuration I have integrated the FallbackClassifier. But this returns the intent name instead of any question with yes and no button. And if i press yes, then it asks the question to user Did you mean…
Sunil Garg
  • 14,608
  • 25
  • 132
  • 189
1
vote
1 answer

Rasa Chatbot cannot response to user input

I have using DIETClassifier for my entity extraction, and this is my pipeline: pipeline: - name: SpacyNLP model: en_core_web_sm - name: SpacyTokenizer - name: CountVectorsFeaturizer - name: CRFEntityExtractor - name: DIETClassifier …
1
vote
1 answer

Getting html response instead of json rasa x server mode (docker)

I created the rasa x server in server mode using docker-compose (link, https://rasa.com/docs/rasa-x/installation-and-setup/install/docker-compose). I want to get intent and entities so I am hitting this URL from postman…
1
vote
2 answers

Getting error when set rasa-x admin password with default command

I have deployed RASA open-source and Rasa-x in docker-compose. When setting the admin password for rasa-x using this command, getting an error. sudo python rasa_x_commands.py create --update admin me admin Error: File "rasa_x_commands.py", line…
Maksud
  • 305
  • 1
  • 13
1
vote
0 answers

Rasa integration with Kafka

Configuring a kafka event broker as given in the rasa documentation here gives an error at this specific line tracker_store = InMemoryTrackerStore(domain=domain, event_broker=kafka_broker) saying domain not found. I am assuming domain here is the…
yawwml
  • 87
  • 1
  • 10
1
vote
0 answers

Train rasa x through Http api postman

I want to train rasa x through http api in their docs but getting an internel server error.I am pasting the screenshots of my error, if anyone can help it will be benficialenter image description here
1
vote
1 answer

Having a combination of pre trained and supervised embeddings in rasa nlu pipeline

I am new to rasa and started creating a very domain-specific chatbot. As part of it, I understand its better to use supervised embeddings as part of nlu pipeline, since my use case is domain-specific. I have an example intent in my nlu.md ##…
chink
  • 1,505
  • 3
  • 28
  • 70
1
vote
1 answer

'rasa run actions & rasa shell' FREEZING the terminal

When I am trying to run the command rasa run actions & rasa shell in the terminal for running rasa actions file, my terminal is freezing and the endpoint server is not starting. The terminal freezes at this point: (rasa2)…
1
vote
0 answers

Getting ujson error while installing Rasa-x on ubuntu 20.04LTS

I am trying to install Rasa-x using pip. I am getting a weird ujson error. pip version --> pip 20.1.1 python3 version --> python 3.6 ubuntu 20.04 I am attaching the error below. Building wheel for ujson (setup.py) ... error
1
vote
1 answer

What are the steps of using historical chat data in RASA

There's a crucial part in the process that says, the best place for the chatbot to learn is from real users, what if I already have that data, and would like to test the model on it. Think of Interactive Learning, but in scale and possibly…
j_remeh
  • 25
  • 5