This tool kit provides a quickstart for working with OpenSearch and ML models, especially LLMs for vector embeddings to power sementic and semantic sparse search.
Apache License 2.0
2
stars
1
forks
source link
[Refactor] MlModelGroup should be a component of MlModel #5
When working on the pull request to fix the model group clean up bug, I found that it would be better to do a little bit refactor, making the MlModelGroup as a component of MlModel. If so, when registering the MlModel, there is a guarantee that model_group_id always exists.
When working on the pull request to fix the model group clean up bug, I found that it would be better to do a little bit refactor, making the MlModelGroup as a component of MlModel. If so, when registering the MlModel, there is a guarantee that model_group_id always exists.