Tobias Wochinger
Tobias Wochinger
@horeapopa @mmalhotra Can you please try to set the timezone in your model configuration as described in the `Configuration` section of https://rasa.com/docs/rasa/nlu/components/#ducklinghttpextractor ?
@horeapopa Re-opened the issue. I don't know when we will get around doing this, if you want to pick it up I'm happy to provide help / feedback :-)
Thanks for the heads-up @shaswat-indian! @m-vdb You're having a look at the PR, right?
Exalate commented: wochinge commented: cc @TyDunn
> Ah sorry, I missed it's not even set when creating the index Yes, that was my fault. Our initial theory was somewhat reversed. The issue is indeed that we...
It would be super cool if we could abstract the infrastructure which runs the pipeline. I'd imagine to have an interface `PipelineRunner` which gets a `Pipeline`. The `PipelineRunner` can then...
> Sorry for the nitpick, but what is the index method? Most node only have a run method (and run_batch but that's a different story) Sorry, that was rather a...
Should I also update `poetry.lock`? We might also wanna double check if this actually works with older Sanic versions
@ancalita @melindaloubser1 there is also an official test library for Sanic (https://sanic.dev/en/plugins/sanic-testing/getting-started.html) which I’d recommend to use instead of pytest-sanic. I switched out the Rasa X code with that one...
We have the same problem 😬