-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Contact emails
[email protected], [email protected]
Project summary
Feast is an open source feature store that delivers structured data to AI and LLM applications at scale for training and inference
Project description
Feast (Feature Store) is an open-source feature store that helps teams operate production ML systems at scale by allowing them to define, manage, validate, and serve features for production AI/ML.
Feast's feature store is composed of two foundational components: (1) an offline store for historical feature extraction used in model training and an (2) online store for serving features at low-latency in production systems and applications.
Feast is a configurable operational data system that re-uses existing infrastructure to manage and serve machine learning features to realtime models.
Are there any other projects in the PyTorch Ecosystem similar to yours? If, yes, what are they?
No.
Project repo URL
https://github.com/feast-dev/feast
Additional repos in scope of the application
N/A
Project license
Apache License 2.0
GitHub handles of the project maintainer(s)
franciscojavierarceo, HaoXuAI, shuchu, woop, zhilingc, tokoko, achals,
Is there a corporate or academic entity backing this project? If so, please provide the name and URL of the entity.
Red Hat https://www.redhat.com/en (there are others as well)
Website URL
Documentation
Yes, we have extensive documentation available here: https://docs.feast.dev/
How do you build and test the project today (continuous integration)? Please describe.
We use a robust CI/CD and release process which is available in our repo: https://github.com/feast-dev/feast
Version of PyTorch
Torch 2.7.1
Components of PyTorch
At the moment, it is required for embedding data for scaling RAG applications. As feature engineering and data transformations become more enriched with small models, we expect more and more feature engineering to use more components of torch tensors and torch model inference.
How long do you expect to maintain the project?
The project is successful with wide adoption and has been maintained since 2018.
Additional information
No response