Marcin Zabłocki

Results 83 comments of Marcin Zabłocki

Just FYI, this thread on Seldon's Slack is relevant to this feature: https://seldondev.slack.com/archives/C8Y9A8G0Y/p1635234827041300

Are there any plans to use move model serving to FastAPI or to provide automated Open API spec generation for `mflow models serve` component?

It would be great to have an OpenAPI spec generated for the `/invocations` path, so that API users (developers) will be able to quickly play with served models by sending...

@chensun / @ji-yaqi I would really appreciate your input on this PR as our team will greatly benefit from this feature in our pipelines.

And how does this PR change the default behaviour? It's a completely configurable, opt-in feature that is only enabled if you explicitly add the annotation.

I upvote this. It would be great to have a piece of Python SDK which will allow to download/upload the datasets using the code directly.

Hi @Galileo-Galilei, thanks for you interest in this! I'm looking forward to see this in action. In the meantime, I've actually implemented this in one of our plugins (because I...

I didn't say anywhere that using private `_request_header_provider_registry` was better option. First I've discovered that it was one of the possible options, then I've created this GH issue and then...

Thanks for implementing this! How will you pass additional configuration arguments to this class? Say I want to access kedro context / some config / just pure string value somehow...