Skip to content

docs: Update feast-mlflow integration blog images#6464

Merged
ntkathole merged 2 commits into
feast-dev:masterfrom
Vperiodt:update-blog
Jun 2, 2026
Merged

docs: Update feast-mlflow integration blog images#6464
ntkathole merged 2 commits into
feast-dev:masterfrom
Vperiodt:update-blog

Conversation

@Vperiodt

@Vperiodt Vperiodt commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

What this PR does / why we need it:

#6460

Which issue(s) this PR fixes:

Checks

  • I've made sure the tests are passing.
  • My commits are signed off (git commit -s)
  • My PR title follows conventional commits format

Testing Strategy

  • Unit tests
  • Integration tests
  • Manual tests
  • Testing is not required for this change

Misc

@Vperiodt Vperiodt requested a review from a team as a code owner June 2, 2026 13:31
@Vperiodt Vperiodt changed the title docs : Update feast-mlflow integration blog images docs: Update feast-mlflow integration blog images 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).

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should not add, can be removed since example is juts a config

@ntkathole

Copy link
Copy Markdown
Member

@Vperiodt Also, Hero image should not be lazy-loaded. Remove loading="lazy" or use loading="eager".

@Vperiodt Vperiodt force-pushed the update-blog branch 2 times, most recently from 8054c8f to c005b46 Compare June 2, 2026 13:48
@Vperiodt

Vperiodt commented Jun 2, 2026

Copy link
Copy Markdown
Contributor Author

@Vperiodt Also, Hero image should not be lazy-loaded. Remove loading="lazy" or use loading="eager".

Done !


<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">

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 ntkathole merged commit 34d2d3e into feast-dev:master Jun 2, 2026
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants