-
Notifications
You must be signed in to change notification settings - Fork 4
Model registry blog post #159
base: main
Are you sure you want to change the base?
Conversation
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." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These both need changing..
publish_date: April 10, 2023 | ||
date: 2023-03-31T00:02:00Z |
There was a problem hiding this comment.
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
thumbnail: /assets/posts/slackbot/slackbot-small.png | ||
image: | ||
path: /assets/posts/slackbot/slackbot.png |
There was a problem hiding this comment.
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) |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For updating
## Benefits of Model Registries in Your Workflow | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## 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. |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
There was a problem hiding this comment.
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.
Pre-requisites
Please ensure you have done the following:
Types of changes
Describe changes
Briefly describe the changes you have introduced.