Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issues with MachineLearning::Model::Registry and add rake tasks to manage indices, pipelines, and models #114

Merged
merged 6 commits into from
Mar 28, 2024

Conversation

esmarkowski
Copy link
Member

This pull request fixes two issues and adds new functionality to the codebase. The first issue (#112) is related to the creation of the MachineLearning::Model::Registry class.

It allows tracking ML model deployment in stretchy apps.

The second issue (#113) involves the addition of rake tasks to manage indices, pipelines, and models. This pull request adds several rake tasks to perform various operations such as checking the status of indices, pipelines, and ML models, registering and deploying ML models, creating and deleting indices and pipelines, and more. These rake tasks provide convenient command-line tools for managing the Elasticsearch functionality in the codebase.

The commits included in this pull request are:

Please review the changes and let me know if any further modifications are required.

@esmarkowski esmarkowski self-assigned this Mar 28, 2024
@esmarkowski esmarkowski merged commit ae31571 into main Mar 28, 2024
5 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.

Add rake tasks to manage indices, pipelines and models Create MachineLearning::Model::Registry
1 participant