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
5
votes
5 answers

PIP install rasa-x takes forever

I am intalling Rasa X in a Python 3.7 conda environment on Windows 10. pip version is 20.3.3. pip3 install rasa-x --extra-index-url https://pypi.rasa.com/simple It have been going on for 5-6 hours and seems to be confused: Any idea what I can do to…
MartinHN
  • 19,542
  • 19
  • 89
  • 131
4
votes
1 answer

Adding Speech to Text feature in RASA

I need to add Speech to text feature in RASA, where user can ask questionsusing his voice and bot will answer him by chat. Does anyone know how can I do it in RASA? As my front-end will be an Android Application. Kindly do tell me how to do…
Afaq Khan
  • 212
  • 2
  • 9
3
votes
2 answers

SSL Certificate error while installing Spacy

I am facing the below error while installing Spacy. requests.exceptions.SSLError: HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /explosion/spacy-models/master/compatibility.json (Caused by…
krkc
  • 81
  • 8
3
votes
0 answers

RASA init error : tensorflow.python.framework.errors_impl.InvalidArgumentError: assertion failed: [0] [Op:Assert] name: EagerVariableNameReuse

I am new to rasa . I installed rasa 2.4.1 in my windows 10, python 3.7.6 machine without any error . But when I initialise rasa project I get following error . I tried with multiple rasa2.x versions and multiple tensorflow installations . But no…
krish
  • 31
  • 3
3
votes
1 answer

RASA pip installation fail: Multiple requirements incompatible

I am trying to install RASA using instructions here I created a virtual environment and did a pip install rasa. But below is the error message with multiple dependencies incompatible. Do I install all the specified versions from the error message…
dshero
  • 53
  • 4
2
votes
2 answers

Listing entities in intents like Dialogflow and Watson

I am facing a real issue, I don't what I am looking for is not provided by rasa or it is just I can't find it. Now, I was using IBM Watson and Dialogflow. Entities are divided into: Entities Sub-entities Synanoms for each sub-entity and when you…
2
votes
0 answers

Connect the rasa project built with rasa version 1.10.6 to the latest rasa x version (0.35.x) using the integrated version control feature of rasa x

I developed my chatbot project with rasa 1.10.6 before rasa released rasa 2.0. I would like to know if I can add my old rasa 1.xx project with the current rasa-x version (0.35.x) or with future rasa-x versions, as I don't want to use an old rasa-x…
2
votes
2 answers

Failed to fill utterance template - Rasa Chatbot

First I ran the command rasa run actions and then I ran rasa train and then rasa x. I get an error. Failed to fill utterance template 'Play the game [ ] {mario_link}'. Tried to replace 'mario_link' but could not find a value for it. There is no slot…
Programming Rage
  • 403
  • 1
  • 4
  • 18
2
votes
0 answers

Rasa core: Multiple utterance not working

I am using Rasa 1.10.1 I have the following in my stories.md: greet utter_introduction utter_ask_name_confirmation And my domain.yml file contains responses like the following: responses: utter_introduction: text: "Hi david, my name is Sara…
2
votes
2 answers

Is there a way my rasa chatbot can know the logged in user full name and greet him?

I'm currently working on Rasa framework to develop a chatbot. I want to know how do i greet the user with his/her own name. For instance, the user will login to the application and then when he clicks on the chatbot icon it should know who logged in…
2
votes
2 answers

Rasa x installation in windows 10 via command prompt

I've been trying to install rasa x into my windows 10 system through command prompt using "pip install rasa-x", but have been getting the following error: - Can anyone help me overcome this error.
user11687199
2
votes
1 answer

Rasa Slot not picking up value

I have created a custom action using slot and while running the bot, slot value is not getting filled. My action file is as below: from typing import Any, Text, Dict, List from rasa_sdk import Action from rasa_sdk.events import SlotSet class…
vikas m
  • 23
  • 4
2
votes
2 answers

Return image from actions in Rasa x

I’m doing like that: dispatcher.utter_message(image='https://dvtb78sd925mn.cloudfront.net/wp-content/uploads/2018/10/15110630/exemplo-marketing-derelacionamento.png') But rasa x is not showing the image
2
votes
2 answers

RASA X The path 'config.yml' does not exist. Please make sure to use the default location ('config.yml') or specify it with '--config'

i was trying to integrate rasa to google assistant: https://blog.rasa.com/going-beyond-hey-google-building-a-rasa-powered-google-assistant/ Then after rasa train, I get this error (voice_bot) arjun@arjun-Lenovo-ideapad:~/Desktop/rasa_google$ rasa…
1
vote
0 answers

Rasa X to build a prototype only

I am new to Rasa and I would like to use Rasa X to build a prototype for my startup. Rasa X is only available for rasa enterprise users, do I need to be a paying customer just to use Rasa X?
1
2 3 4 5 6 7 8