Replies - Activity - bamba518 - Rasa Community Forum

Feedback on ConveRT Model + Rasa NLU

Do you have the training code so that we can make a convoRT for different languages and then use it in Rasa?

Rasa SDK Bottleneck

I thought rasa sdk is run through rasa which is running sanic

rasa run actions --actions actions.actions &
rasa run --log-file log.out --endpoints endpoints.yml

Should we instead run rasa sdk separately as its own function not using rasa run actions?

Control flow of stories

How do you control flow between forms, I wouldn’t want it to go jump around to the wrong form because it detected an intent and thought it was in another story?

Question about embedding policy architecture

What are written to the user and system memory in the photos? Are these just the embedding vectors for system actions and user inputs in chronological order per each story? Then the attention mechanism produces another vector to identify which parts to ignore and which parts to pay attention to?

Multithreading

What are the system requirements for the platform system for example to handle 100 concurrent users, 1000 concurrent users?