Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support easier feature serving and model serving from External Add-Ons #7564

Open
franciscojavierarceo opened this issue Apr 23, 2024 · 0 comments

Comments

@franciscojavierarceo
Copy link

franciscojavierarceo commented Apr 23, 2024

/kind feature

Why you need this feature:

At the moment, Model serving (via KServe) and Feature Serving (via Feast—the Feature Store) are separate components without any guidance on how to best serve production machine learning features and models.

It would be beneficial to the community to outline (or support) how these two components could best fit together so that users could launch production machine learning applications with a better understanding about best practices. At the moment, this is outlined by KServe but the approach has some limitations [1]. It would be beneficial to offer some form of integration that outlines how users could launch these two services in a way that maximizes the strengths of each component.

[1] The limitations will be discussed more thoroughly in the RFC but their approach is to treat the online feature store as a Transformer.

Describe the solution you'd like:

I am a maintainer for Feast and I will be drafting a proposal in this document.

There are pros and cons to different approaches and I would like to solicit feedback from the community to understand what would result in the best tradeoffs.

Anything else you would like to add:

Below are some useful references from industry leaders on how some other platforms support a Feature Store integration with model inference. Notice that they generally request features before executing the inference step.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant