-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(docs): Add metrics documentation and update styles
- Added a new file `metrics.mdx` to document the available Volvox.Apollo Metrics. - Renamed the file `models-and-metrics.mdx` to `models.mdx`. - Updated the content in `models.mdx` to focus only on Volvox.Apollo Models. - Added example responses for different inputs in the models documentation. - Included a demo link for users to try out different inputs and view model metrics. - Updated the Docusaurus configuration file (`docusaurus.config.ts`) to use the One Light theme for code highlighting and added support for JSON syntax highlighting. - Updated custom styles (`custom.scss`) to import the Rubik font from Google Fonts. Demo: [https://apollo.volvox.tech](https://apollo.volvox.tech)
- Loading branch information
1 parent
29eeb8d
commit d5aeb6e
Showing
4 changed files
with
128 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
sidebar_position: 1 | ||
title: Metrics | ||
description: Available Volvox.Apollo Metrics | ||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters