Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Model registry blog post #159

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

safoinme
Copy link
Contributor

Pre-requisites

Please ensure you have done the following:

  • I have read the CONTRIBUTING.md document.
  • If my change requires a change to the documentation, I have updated the documentation accordingly.
  • I have added tests to cover my changes.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Describe changes

Briefly describe the changes you have introduced.

@strickvl strickvl self-requested a review May 25, 2023 12:06
Comment on lines +4 to +5
title: "Productionalizing LangChain and LlamaIndex with a ZenML MLOps Pipeline to Help Community Slack Support"
description: "We decided to explore how the emerging technologies around Large Language Models (LLMs) could seamlessly fit into ZenML's MLOps workflows and standards. We created and deployed a Slack bot to provide community support."
Copy link
Contributor

Choose a reason for hiding this comment

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

These both need changing..

Comment on lines +8 to +9
publish_date: April 10, 2023
date: 2023-03-31T00:02:00Z
Copy link
Contributor

Choose a reason for hiding this comment

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

These need updating, and also the file name

Comment on lines +10 to +12
thumbnail: /assets/posts/slackbot/slackbot-small.png
image:
path: /assets/posts/slackbot/slackbot.png
Copy link
Contributor

Choose a reason for hiding this comment

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

Needs artwork


**Last updated:** March 31, 2023

![*Image generated by [Midjourney v5](https://www.midjourney.com/)*](/assets/posts/slackbot/slackbot-small.png)
Copy link
Contributor

Choose a reason for hiding this comment

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

Needs changing

path: /assets/posts/slackbot/slackbot.png
---

**Last updated:** March 31, 2023
Copy link
Contributor

Choose a reason for hiding this comment

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

For updating

Comment on lines +34 to +35
## Benefits of Model Registries in Your Workflow

Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
## Benefits of Model Registries in Your Workflow
## Benefits of Model Registries in Your Workflow
Some good reasons why you might want to work with a model registry as part of your stack include:


**Simplified Model Lifecycle Management:** Model registries enable you to register, track, and version your models in a central repository, store metadata and runtime dependencies, and build automated pipelines for continuous integration, delivery, and training.

**Improved Collaboration:** Model registries provide a central UI for teams to collaborate on models, bridging the gap between machine learning and operations. This unifying component reduces friction in the hand-off of production-ready models from experimentation to production environments.
Copy link
Contributor

Choose a reason for hiding this comment

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

Btw, side comment, but how is the model registry represented in the dashboard?

zenml model-registry register mlflow_model_registry --flavor=mlflow
```

Utilizing MLflow Model Registry with ZenML
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
Utilizing MLflow Model Registry with ZenML
### Using the MLflow Model Registry with ZenML


### Using the Built-in Step

The MLflow Model Registry is a built-in step in ZenML pipelines. To use it, simply add the `model_register` step to your pipeline:
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
The MLflow Model Registry is a built-in step in ZenML pipelines. To use it, simply add the `model_register` step to your pipeline:
The MLflow Model Registry is a built-in step in ZenML pipelines. To use it, simply add the `mlflow_model_register_step` step to your pipeline:

Shouldn't it be this?


## Conclusion

Incorporating a model registry into your ZenML MLOps stack offers numerous benefits. It can speed up deployment, simplify model lifecycle management, enhance collaboration, and improve model governance. By integrating the MLflow Model Registry with ZenML, you can further streamline the management and deployment of your machine learning models. Embrace the power of model registries in your machine learning workflows and take advantage of their comprehensive capabilities.
Copy link
Contributor

Choose a reason for hiding this comment

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

You should include a link to the docs for model registry, also point people to the example where they can get going with it, and then also include a link to slack for if people have questions.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants