Skip to content

Commit

Permalink
feat(docs): Update metrics documentation
Browse files Browse the repository at this point in the history
Update the documentation for the Metrics section in `metrics.mdx` file.
The changes include clarifying the description of how the Analyze API endpoint processes an input and produces a collection of models.
Additionally, it explains how each model is accompanied by a score that quantifies its relevance to the input.
The scoring system's range from 0 to 100 is also mentioned, with a score of 100 indicating an exact match with the ideal model profile.
These updates aim to assist users in identifying the most suitable model by providing a clear, numerical measure of compatibility.
  • Loading branch information
BillChirico committed Nov 8, 2023
1 parent a8a12cb commit c3b7efd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/basics/metrics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.

0 comments on commit c3b7efd

Please sign in to comment.