We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3336a63 commit d56c296Copy full SHA for d56c296
router/src/http/types.rs
@@ -433,8 +433,8 @@ pub(crate) struct EmbedRequest {
433
#[schema(default = "true", example = "true")]
434
pub normalize: bool,
435
436
- /// The number of dimensions the resulting output embeddings should have. If not set, the orignal
437
- /// shape of the representation will be returned.
+ /// The number of dimensions that the output embeddings should have. If not set, the original
+ /// shape of the representation will be returned instead.
438
#[schema(default = "null", example = "null", nullable = true)]
439
pub dimensions: Option<usize>,
440
}
0 commit comments