Skip to content

Commit 4303336

Browse files
Update model-inference.md
1 parent ef156ca commit 4303336

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/getting-started/architecture/model-inference.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Feature Serving and Model Inference
22

3+
![](assets/feast_model_inference_architecture.png)
4+
5+
{% hint style="info" %}
6+
**Note:** this ML Infrastructure diagram highlights an orchestration pattern that is driven by a client application.
7+
This is not the only approach that can be taken and different patterns will result in different trade-offs.
8+
{% endhint %}
9+
310
Production machine learning systems can choose from four approaches to serving machine learning predictions (the output
411
of model inference):
512
1. Online model inference with online features

0 commit comments

Comments
 (0)