Skip to content

Commit

Permalink
GitBook: [master] 62 pages modified
Browse files Browse the repository at this point in the history
  • Loading branch information
achals authored and gitbook-bot committed Sep 9, 2021
1 parent cd6b105 commit cc74b10
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Feature services are used during
Applying a feature service does not result in an actual service being deployed.
{% endhint %}

Feature services can now be retrieved from the feature store, and referenced when retrieving features from the online store.
Feature services can be retrieved from the feature store, and referenced when retrieving features from the online store.

```python
from feast import FeatureStore
Expand All @@ -37,7 +37,7 @@ features = feature_store.get_online_features(
)
```

The feature service can also be used when retrieving historical features from the offline store.
Feature services can also be used when retrieving historical features from the offline store.

```python
from feast import FeatureStore
Expand Down

0 comments on commit cc74b10

Please sign in to comment.