Questions tagged [rasa-sdk]

46 questions
0
votes
1 answer

RASA Dynamic Form Behavior with both required_slots and extract_ methods

These are my required_slots in my domain file. forms: basic_info_form: required_slots: - options - language - phone - phone_type - contact_prefer - confirm_phone - other_phone - street_address …
Rishikesh
  • 115
  • 1
  • 8
0
votes
0 answers

Is there a way to enter conditions on slots inside a RASA form?

I am creating a basic chatbot using RASA forms. I want to add specific conditions on slots so that when they are true, the next questions in the form will be asked; else it will skip to further questions. This is my story - - story: phone/text…
Rishikesh
  • 115
  • 1
  • 8
0
votes
0 answers

Key ‘confirm_exercise’ was not defined. Path: ‘/forms/health_form’

I am getting the error 'Key was not defined for the domain.yml file when I try to train my model. I am trying to build a form and use RASA documentation as a guideline. I follow these articles for guidance - how-to-build-your-first-rasa-form and…
Rishikesh
  • 115
  • 1
  • 8
0
votes
1 answer

How to make rasa core service communicate with action service over https

Earlier, in the endpoints.yml file I have given the below mentioned lines and the core was able to connect and communicate with action service. action_endpoint: url: "http://rasa-action.company.com:5055/webhook" But when I enabled https on action…
Alex
  • 23
  • 3
0
votes
0 answers

how to put upload files option in RASA chatbot widget

I'm Koteswararao have we published this enhancement or it is in WIP. We are working on RASA using web widget via BOTFRONT and this feature for uploading files / uploading multiple files wile enhance the UX for the processes being delivered by the…
0
votes
0 answers

How rasa train and run in docker-compose

The solution for this problem is just create two rasa services in the container one for train and another for run the rasa and set the dependes_on on the rasa service, so it will start when the rasa train ends. you can choose any port to…
0
votes
0 answers

is training rasa based on session user active?

im a freshman on rasa (chatbot). i am using rasa Version 2.2 with botfront for admin panel. my project was deployed and publish in development area (restricted user on my work only) in 3 last days. my question : when i train rasa in botfront apps…
heroin
  • 1
0
votes
0 answers

ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt' using anaconda python windows

I am trying to install the dependencies in a python3 virtual environment. pip install -r requirements.txt ERROR: Could not open requirements file: [Err no 2] No such file or directory: 'requirements.txt' I have to install development dependencies…
sri vidya
  • 15
  • 5
0
votes
0 answers

Setting up slots in story using Rasa v3

Using the rasa documentation, I have included a few slots and entities in my domain.yml file. domain.yml entities: - cuisine - bot - PERSON - GPE - topic - DATE - month - ORDINAL - body_part - motor_action - direction -…
Quatban Taco
  • 310
  • 1
  • 15
0
votes
0 answers

Installing dependencies of rasa framework & tenserflow version mismatch. installing tenserflow--2.3.4 & rasa==2.4.3 & python==3.7.9 on linux(ubuntu)

I a deploying the Rasa chatbot on Linux(Ubuntu==20.04) while Installing dependencies of the rasa framework & TensorFlow version mismatch. installing TensorFlow--2.3.4 & rasa==2.4.3 & python==3.7.9 on Linux(ubuntu) I have tried with a different…
0
votes
0 answers

what is the reason for flask app automatically down in rasa 1.8

what is the reason for flask server automatically down in Rasa-1.8 sometime Chatbot service file was down,but i don't know the actual issue
0
votes
0 answers

Why my rasa model name is starting from the nlu rather than the date

I have trained my rasa model and the name of the rasa model is starting from the nlu but it's should start from the date I am expecting that my rasa model should start from the number and not from the nlu-number***
0
votes
0 answers

Implement basic spell checker module in RASA 3

I need to migrate a spellchecker component from RASA 2 to RASA 3. I found the RASA 1 version here. I have implemented the RASA 2 version below. from rasa.nlu.components import Component from rasa.nlu import utils from rasa.nlu.model import…
0
votes
0 answers

Saving the response of curl request in mysql database (in rasa chatbot)

Hi i am new in rasa(chatbot). I have made a curl request through this command " curl localhost:5005/model/parse -d ‘{“text”:“Hello?”}’ " and i got response like…
FZH
  • 1
  • 1
0
votes
0 answers

How to connect groups in RASA chatbot to custom actions

I need help to write a code for custom actions for groups in Rasa? Example of statement: What analysis do I use if independent variables are numerical and categorical but dependent variables are numerical my nlu: What analysis do I use if…
karan
  • 85
  • 6