Tornike Gurgenidze

Results 48 issues of Tornike Gurgenidze

**What this PR does / why we need it**: This PR adds two offline store implementations: - [ibis](https://github.com/ibis-project/ibis) - a base offline store implementation meant to be used by other...

ok-to-test

**What this PR does / why we need it**: Testing container hosts are hardcoded to either localhost, which makes the life for people who develop inside containers hard. This PR...

ok-to-test

**What this PR does / why we need it**: Adds another registry that wraps grpc calls to remote registry server. The registry is called `remote` (best i managed to come...

**What this PR does / why we need it**: Adds another abstract class `CachingRegistry` that extends `BaseRegistry`. It replaces `BaseRegistry` methods like `get_entity` with it's own abstract `_get_entity` and injects...

**Is your feature request related to a problem? Please describe.** Several registry implementations employ client-side caching of registry proto, for example `sql` and `snowflake`. The code for caching is virtually...

kind/feature

**Is your feature request related to a problem? Please describe.** Putting feast's python online store interface in production is a hard sell as it is, but the fact what there's...

kind/feature

`FileOfflineStore` uses dask under the hood and is in principle no different from any other offline store implementation that can work with file-based data formats. The name doesn't currently reflect...

kind/feature

I'm trying to use `tritonclient.grpc` inside an mlserver model, but looks like they don't really go well with one another. `python -c "import mlserver;import tritonclient.grpc"` results in a `Couldn't build...

Compiler throws a lot of deprecation warnings like this when using ibis 7.x or later: `Value.output_dtype is deprecated as of v7.0; use .dtype property instead`. Maybe until versions below 7.x...

Hi. We are trying to integrate with OIP model servers over at [feast](https://github.com/feast-dev/feast) feature store and need to add mlserver and tritonclient as optional dependencies. The problem is that we...