Replies - Activity - Cekir - Rasa Community Forum

Custom list of slots in a form

Hey @desmarchris
Thank you for your answer,

Well, the problem is, that in fact I do not have the full list of variables at the moment of starting Rasa (to be precise, the list of variables may change while Rasa is running). What is more, there will be thousands of variables in the production. Not…

How to inject new data in rasa using api

POST http://localhost:5005/webhooks/rest/webhook

{
  "sender": "Your Sender",
  "message": "Your Message"
}

Multi-users entities/intents/slots management

Rasa manages the multi-user environment by default. Each user has their own Tracker that stores all the data. Having said that, I am not sure where does your problem come from. How do you send the messages to Rasa? If you use RestAPI, you have to provide the user and the message with every message. …

Long response time

Have you tried to use the debug mode (–debug parameter)? If you use this, you will be able to see what exactly takes so much time.

Running separate core and nlu

Hi, The following video:
https://www.youtube.com/watch?v=jMGgT4lgI28
suggests to use 2 NLU servers for single core server. I am assuming then, that they should be run separately. Am I missing something?

An operating question for Rasa's KerasPolicy

Actually, The policy is run both during training and during action prediction. During training, The neural network is trained with the provided stories, and during prediction the neural network transforms the vector of features (intents, slots and previous actions) into the vector of probabilities f…

Different intent confidence depending on unfeaturized entities

I have actually added a custom nlu component that anonimizes the names in the message after the entities are detected but before the featurizer starts, but it does not work. Is this because the features are set in tokens in the tokenizer, and they are just extracted from the tokens in the featurizer…

Formbot - TypeError: utter_message() missing 1 required positional argument: 'text'

Yes, after upgrading Rasa, everything works well. Thank you.

Formbot - TypeError: utter_message() missing 1 required positional argument: 'text'

Yes, I was using the master branch.
It happened on both 1.6 and 1.4.
Interesting. I have just installed Rasa 1.7 on a new environment and it says that templates have been renamed to responses