rasa Questions

1

Solved

I installed rasa on a virtual environment on windows. But while I am trying to check either rasa is installed or not, it is showing an error that says- ImportError: cannot import name 'CLOSED' from...
Reproachful asked 2/4, 2023 at 16:52

5

Solved

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 ...
Erminna asked 20/1, 2021 at 9:19

2

If you follow this article https://blog.rasa.com/how-to-build-a-voice-assistant-with-open-source-rasa-and-mozilla-tools/ it will have you download an 80MB file from: https://drive.google.com/driv...
Divertissement asked 19/5, 2020 at 3:41

2

I have integrated rasa assistant with twilio to show chat in watsaap messenger. Currently, when i send the message to the bot this error is coming up.
Wensleydale asked 28/5, 2020 at 10:41

5

I am following the following link to install RASA on my system: https://github.com/RasaHQ/rasa But unfortunately while trying to install the dependencies or any of the following poetry commands whi...
Lead asked 21/4, 2020 at 19:30

0

I'm dockerizing rasa application and the Dockerfile is FROM python:3.7.6 RUN apt-get update && apt-get install -y --no-install-recommends build-essential curl WORKDIR /app COPY requireme...
Metalwork asked 15/10, 2020 at 20:1

1

i want to make a rasa based chatbot with at least two languages or multi lingual chatbot. Can anybody tell me possible way of making it.
Burschenschaft asked 20/9, 2019 at 12:53

1

Solved

I'm new to rasa framework. I started developing a simple chatbot and i have created three slots for my chatbot. So my bot need to identify the current location and save it in the slots. My current ...
Murther asked 13/8, 2019 at 4:33

2

Solved

I see the Rasa NLU use the MITIE and spaCy, but can anyone explain the how they use it and the algorithm behind?
Baron asked 21/2, 2018 at 2:24

1

Solved

I'm trying to use Rasa to detect entities such as phone numbers or contract ID. It seems natural to use regular expressions to define precisely those entities, and Rasa does have something called "...
Jude asked 30/3, 2018 at 13:59
1

© 2022 - 2024 — McMap. All rights reserved.