Questions tagged [rasa]

Use this tag for general questions concerning Rasa, the open source machine learning framework. For questions concerning Rasa NLU, the module for understanding user messages, use [rasa-nlu]. For questions concerning Rasa Core, the module for holding conversations and deciding what to do next, use [rasa-core]. For questions concerning Rasa X, the tool for improving assistants from real conversation data, use [rasa-x].

Rasa is an open source machine learning framework for building contextual AI assistants and chatbots. The web site is https://rasa.com/

The framework is composed of two main modules, NLU and Core, along with the Rasa X tool which provides assistance in building AI assistants with Rasa.

751 questions
-2
votes
1 answer

how can I succesfully install rasa through Pip install rasa?

enter image description here guys i have give I am new in this chatbot project I also add
-2
votes
1 answer

How do I dockerize already built rasa project?

I have built my rasa project and have added in my github repository. Now I want to dockerize it. How do I do that? Most of the dockerization tutorials I see, start docker before building project.
Anjali
  • 143
  • 1
  • 1
  • 6
-2
votes
1 answer

AttributeError: module 'tensorflow.python.keras.engine.training' has no attribute '_disallow_inside_tf_function'

I am trying to develop a chatbot with rasa, and when I run rasa init to train the bot I have this error. I have TensorFlow 2.3.2, Keras 2.3.1, python 3.8.5. I don't know if there is a compatibility problem. I am trying also to use a virtual…
RasaCode
  • 21
  • 3
-2
votes
1 answer

Need to deploy a react web app integrated with rasa model

I followed this tutorial "https://towardsdatascience.com/how-to-create-a-weather-chatbot-b8ef1b1d6703". Now, I was wondering how can I deploy this react interface with the rasa model on the web. I have a react chatbot user interface that is running…
-2
votes
1 answer

How can we extract name using spacy nlp in rasa?

I tried what is found in the document and also put the spacynlp and the dimension I want which is PERSON but still rasa wont extract the name for me using spacynlp ..is there another way we can use spacynlp for extracting a person name ..please I…
-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
-2
votes
1 answer

How can I integrate a rasa chatbot with a QA platform like stackoverflow for teams?

I need to integrate my developed chatbot with RASA with a question and answer platform like stackoverflow for teams version
Esma
  • 1
  • 1
-2
votes
1 answer

Building a FAQ chatbot with FAQ data of different companies

I am trying to build a FAQ chatbot that should be trained to answer questions about FAQ's of four different companies. I have FAQ data of 4 different companies. I want to build a chatbot using Rasa that are trained on data of each of these…
techsmart
  • 85
  • 6
-2
votes
2 answers

Getting below error while executing "pip install -r requirements.txt" command

I am a beginner and working on a Chatbot project using RASA framework. When I try to install RASA using "pip install rasa" commands or dependencies inside requirement.txt [snap attached] using "pip install -r requirements.txt",I'm getting below…
-2
votes
1 answer

How do I make chatbot for my e-commerce site?

I want to do chatbot for e-commerce site.I couldn't find much resources to guide me.Can you help with how to create chatbot using rasa? or is there another method you suggest?
hacquerqop
  • 7
  • 1
  • 4
-2
votes
1 answer

Rasa Bangla Chatbot

[6]: !{python} -m spacy download bn_core_web_md !{python} -m spacy link bn_core_web_md bn --force; Output:✘ No compatible model found for 'bn_core_web_md' (spaCy v2.1.8). ✘ Can't locate model data The data should be located in…
-3
votes
0 answers

How to develop a chatbot for cooking recipe

Good evening everyone, I am here to ask for your opinions regarding the design and development of a chatbot to help me create new cooking recipes. Specifically, I would like my chatbot to be trained on past recipes (given by me as input, so for…
-3
votes
1 answer

Invalid syntaxt sum(list) >= 2

I get an invalid syntax error at: if sum(severe_symptoms_list) >= 2 I have set the values for the severe and moderate symptoms slots to True and False depending on what answer was given by the user to a YES/NO question. What have i done wrong…
MihaML
  • 3
  • 1
-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
-3
votes
2 answers

Can chatbots learn or unlearn while chatting with trusted users

Can chatbots like [Rasa] learn from the trusted user - new additional employees, product ids, product categories or properties - or unlearn when these entities are no longer current ? Or do I have to go through formal data collection, training…
peter.cyc
  • 1,763
  • 1
  • 12
  • 19
1 2 3
50
51