Ella Rohm-Ensing
Ella Rohm-Ensing
@ines thanks so much for this repo, it's really helpful for interactive documentation! Is it possible to specify a parameter that will launch the container and download the requirements on...
The socket client points to the rasa server, and if you don't change the defaults, `rasa interactive` runs on the same port as `rasa run` – therefore, socket is listening...
Two reasons we want to do this: - So that people who do not have e.g. mailchimp tokens can still run all of the actions - To show an example...
Happened here and at least one other conversation today: https://website-demo.rasa.com/conversations/161799ad4f83470e9195872323b2ef5a/1588685402.010396 (I believe the other was `okay`) Not sure if we should just move forward or ask them if they're ready...
Sam S collected issues he noticed with Sara while trying to get test conversations: We need to review them and create issues out of anything that is still reproducible. Link:...
As of SDK 1.6, actions' `run` methods can be normal methods (`def`) or coroutines (`async def`). We could use coroutines and update our methods to use async aiohttp requests by...
right now we handle suggesting migrations from the stories: https://github.com/RasaHQ/rasa-demo/blame/35b97c0774f2d06b9997aa0f81971bd4647a6307/data/core/step1_get_started.md#L101 moving this to a custom action would help clean up our stories, more easily be able to identify which migrations...
let's set her up on k8s to: - dogfood the process of setting it up using the docs - handle all of the traffic that we have - understand better...
a collection issue for issues 360-396
``` To determine how I can help you best, I'm going to ask you a few questions. ``` This sounds like a form -- and allows us to merge the...