docs: Update feast-mlflow integration blog images#6464
Merged
Conversation
ntkathole
reviewed
Jun 2, 2026
| Add the `mlflow:` block to your `feature_store.yaml`, start an MLflow tracking server, and run your training code. Features are automatically linked to experiments from the first retrieval. | ||
|
|
||
| For a complete end-to-end walkthrough — from feature definition through model training, registration, and feature resolution — see the [demo notebook](https://github.com/feast-dev/feast/tree/master/examples/mlflow). | ||
| For a complete end-to-end walkthrough — from feature definition through model training, registration, and feature resolution — see the [demo notebook](https://github.com/Vperiodt/integration-example). |
Member
There was a problem hiding this comment.
I think we should not add, can be removed since example is juts a config
Member
|
@Vperiodt Also, Hero image should not be lazy-loaded. Remove loading="lazy" or use loading="eager". |
8054c8f to
c005b46
Compare
Contributor
Author
Done ! |
ntkathole
reviewed
Jun 2, 2026
|
|
||
| <div class="hero-image"> | ||
| <img src="/images/blog/feast-mlflow-native-integration.png" alt="Feast Native MLflow Integration" loading="lazy"> | ||
| <img src="/images/blog/feast-mlflow-native-integration.png" alt="Feast Native MLflow Integration" loading="eager"> |
Member
There was a problem hiding this comment.
only changing loading might not help, either you can:
<div class="hero-image" style="width: auto; margin: 0 auto 64px; text-align: center;">
<img src="https://github.com/images/blog/feast-mlflow-native-integration.png" alt="Feast Native MLflow Integration" style="width: auto; max-width: 100%;">
</div>
or generate that image with 1500+ px
Signed-off-by: Vanshika Vanshika <vvanshik@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
ntkathole
approved these changes
Jun 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
#6460
Which issue(s) this PR fixes:
Checks
git commit -s)Testing Strategy
Misc