github feast-dev/feast v0.1.2
Feast v0.1.2

latest releases: v0.41.3, v0.41.2, v0.41.1...
pre-release5 years ago

This release adds filtering capability when retrieving feature values from Feast Warehouse.

Given the following entity and features names:

entity: person
feature_names:
- age
- height
- address_city
- address_country

This release allows the retrieval of feature values for person entity from Warehouse where address_city = Bandung, as opposed to retrieving all the feature values for all address_city and performing the post-filtering at the client side.

Docker images:

gcr.io/kf-feast/feast-core:0.1.2
gcr.io/kf-feast/feast-serving:0.1.2

Python SDK:

pip install feast==0.1.2

Don't miss a new feast release

NewReleases is sending notifications on new releases.