We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What is the bug?
When we invoke GET /_plugins/_ml/stats it shows detailed statistics about model.
GET /_plugins/_ml/stats
However there's a field ml_model_count which doesn't show the correct value.
ml_model_count
I've deployed 2 SentenceTransformer models in my cluster and the ml_model_count was showing 65.
Reason is: one model has 49 chunks and another model has 14 chunks. 49 + 14 = 63
Which is why it's showing 65.
We need to fix this stat api to get correct number in ml_model_count field.
How can one reproduce the bug? Steps to reproduce the behavior:
What is the expected behavior? ml_model_count is showing wrong value.
What is your host/environment?
Do you have any screenshots? If applicable, add screenshots to help explain your problem.
Do you have any additional context? Add any other context about the problem.
The text was updated successfully, but these errors were encountered:
#1180 --> Solves this bug.
Sorry, something went wrong.
No branches or pull requests
What is the bug?
When we invoke
GET /_plugins/_ml/stats
it shows detailed statistics about model.However there's a field
ml_model_count
which doesn't show the correct value.I've deployed 2 SentenceTransformer models in my cluster and the
ml_model_count
was showing 65.Reason is: one model has 49 chunks and another model has 14 chunks. 49 + 14 = 63
Which is why it's showing 65.
We need to fix this stat api to get correct number in
ml_model_count
field.How can one reproduce the bug?
Steps to reproduce the behavior:
ml_model_count
field.What is the expected behavior?
ml_model_count
is showing wrong value.What is your host/environment?
Do you have any screenshots?
If applicable, add screenshots to help explain your problem.
Do you have any additional context?
Add any other context about the problem.
The text was updated successfully, but these errors were encountered: