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
0
votes
1 answer

rasa x not running after upgrade rasa

I did pip install -U rasa Now I get this error with rasa x rasa.core.exceptions.StoryParseError: Invalid story format. Failed to parse '## happy path * latest_mobiles - brand_form - form{"name": "brand_form"} - form{"name":…
0
votes
2 answers

How to disable user input while dealing with buttons in rasa?

I am new to using Rasa and stack overflow as well. I am creating a restaurant search bot in Rasa but I am stuck with an issue in buttons. utter_ask_budget: - buttons: - payload: cheap title: Lesser than Rs. 300 - payload: medium …
developer101
  • 118
  • 7
0
votes
3 answers

Can't install Rasa on Ubuntu 18.04 + Python 3.7.5?

I have succeed to install Rasa NLU on my Win 10 with python 3.7 but couldn't do this on Ubuntu 18.04. Please help. Here is the error I get: pip3 install rasa-x --extra-index-url https://pypi.rasa.com/simple Could not find a version that satisfies…
SteveS
  • 3,789
  • 5
  • 30
  • 64
0
votes
4 answers

RASA chatbot rasa.core.policies.ensemble.InvalidPolicyConfig: Module for policy ‘MemoizationPolicy’ could not be loaded

I’ve got this error, just following the « Getting Started with Rasa » tutorial So I’ve typed: sudo pip3 install rasa-x --extra-index-url https://pypi.rasa.com/simple which seems to work fine but when I’ve typed: sudo rasa init I’ve got a lot of…
Claude COULOMBE
  • 3,434
  • 2
  • 36
  • 39
0
votes
1 answer

rasa ImportError: cannot import name 'InvalidSignatureError

we are trying to run rasa-x (0.22.2) on a ubuntu server 18.04 with python 3.6.8 installed. Rasa 1.4.3 itself works fine with all the components. However, we can not get rasa-x to run - it throws this error below. jwt is installed with version…
Uli
  • 11
  • 3
0
votes
1 answer

Rasa NLU installation issue - Incompatible Version

I am trying to install rasa NLU using 'pip install rasa' command. The installation ends up with the compatibility error. Kindly some one into the issue and help me out in resolving the version incompatible issue. Error: C:\Users\Desktop\RASA…
0
votes
1 answer

How to configure docker compose for Rasa X (with specific model)?

Im trying to run use docker-compose to run the rasa server alongwith the actions server. This is my docker-compose.yml version: '3.0' services: rasa: image: rasa/rasa:latest-full ports: - 5005:5005 volumes: - ./:/app …
vivekanon
  • 1,813
  • 3
  • 22
  • 44
0
votes
2 answers

Rasa custom actions events are lost

I'm trying to implement custom actions and have added action_get_answer to domain.yml. actions: - utter_greet - utter_cheer_up - utter_did_that_help - utter_happy - utter_goodbye - actions.GetAnswer Added the action in actions.py : class…
vivekanon
  • 1,813
  • 3
  • 22
  • 44
0
votes
1 answer

Rasa X - Google Assistant connector doesn't receive any messages from Rasa

I'm creating a connector for Rasa X (rasa 1.0) to work with Google Assistant as a front-end. Before 1.0 came out, this tutorial: https://medium.com/rasa-blog/going-beyond-hey-google-building-a-rasa-powered-google-assistant-5ff916409a25 worked really…
John Szatmari
  • 375
  • 4
  • 11
-1
votes
1 answer

TypeError: can only concatenate str (not "NoneType") to str in rasa training

Im getting this error while training the file config.yml file .Need Help
-2
votes
1 answer

RASA - Chat Bot - Specification Details

I am trying to create a rasa chat bot i referred the following link to create a chat bot Rasa X installation i tried in windows system and installation completed and working good then a tried the same in Linux(ububdu) server. but its not working…
Eleena
  • 89
  • 1
  • 9
-3
votes
1 answer

RASA X- Linux server instalation

i am creating a chat bot using rasa x i installed rasa x in my linux server using Server-Quick Install then installation completed and url generated. but here how we install rasa packages? or no need ? i added some stories, domain, nlu data ,…
Eleena
  • 89
  • 1
  • 9
1 2 3 4 5 6 7
8