All - Activity - StarBoy01 - Rasa Community Forum

Using Rasa with Tensorflow-gpu

How can I install rasa and make it use tensorflow gpu? I am using a windows machine. Which tf version works with rasa 2.5.0 and how can I set it up to use the gpu?

Repeat or Loop part of the story till user says stop

thanks Alex, but when you say wrap it up entirely in a form, do you mean all the intents and actions that are in the story? I know that we can call other action using FollowupAction and we can call response using dispatch but how can I call an intent? As for saving the order I am using slot type: li…

Repeat or Loop part of the story till user says stop

I want to ask if the user wants to order more or pay, if the user wants to order more then I want to reshow the menu, I want this to continue repeating till the users chooses to pay. This is what I have so far:

Story.yml

intent: ask_chosen_restaurant_name_en
entities:

chosen_restaurant_name_en: …