Alejandro Saucedo
Alejandro Saucedo
Currently there is a distinction between pipeline and model, but as we have extended the development, the line has become blurred betweed Modle and PIpeline, primarily as both ahve the...
Ensure insights manager wrapper is initialised with self.version for model_version as currently it's initialised as NOTIMPLEMENTED. https://github.com/SeldonIO/tempo/pull/151/files#r657794310
Currently the insights worker is able to send requests to a provided component but does not currently support cloudevents. This issue would encompass adding the extra headers to the request...
Currently tempo has clients that talk to remote models. In order to introduce support for stream processing such as through Kafka, we would need to extend the current interfaces to...
We could explore extending the current interface to introduce the concept of a `Server` which could abstract the logic related to conda environments, as well as potentially docker images and...
There are multiple ways in which a user can contact a model, currently the examples encompass use-cases where the users provide an already existing artifact, but there would be situations...
Currently it seems that people would have a lot of complexities to manage their environment, so as first step we'll want to provide a way to pass / overrride the...
Currently initial users will always run into the issues where rclone needs to be configured in order to work so we should introduce a set of defaults that allow for...
We could explore having a few defaults to have for rclone when reading for common cloud providers that don't require cloud credentials like google cloud for the download of the...
Currently the buftype is `nofile` which makes sense, it would also help if the filetype was set to `contextvim` or similar so it's possible to explicitly ignore by other plugins....