diff --git a/docs/basics/metrics.mdx b/docs/basics/metrics.mdx index 65a2add..8c8862d 100644 --- a/docs/basics/metrics.mdx +++ b/docs/basics/metrics.mdx @@ -7,6 +7,7 @@ slug: /metrics # Metrics -The Analyze API endpoint in the Volvox.Apollo suite processes the input to yield a collection of models, each accompanied by a score that quantifies its relevance. -Scores span from 0 to 100, where a score of 100 signifies an exact match with the ideal model profile. -This scoring system facilitates users in identifying the most suitable model by providing a clear, numerical measure of compatibility. \ No newline at end of file +The Analyze API endpoint in the Volvox.Apollo suite processes an input and then produces a collection of modles. +Each model is accompanied by a score that quantifies its relevance to the input. +Scores range from 0 to 100, where a score of 100 signifies an exact match with the ideal model profile. +This scoring system assists users in identifying the most suitable model by providing a clear, numerical measure of compatibility. \ No newline at end of file