Skip to content

Commit d56c296

Browse files
kozistralvarobartt
andauthored
Update router/src/http/types.rs
Co-authored-by: Alvaro Bartolome <36760800+alvarobartt@users.noreply.github.com>
1 parent 3336a63 commit d56c296

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

router/src/http/types.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -433,8 +433,8 @@ pub(crate) struct EmbedRequest {
433433
#[schema(default = "true", example = "true")]
434434
pub normalize: bool,
435435

436-
/// The number of dimensions the resulting output embeddings should have. If not set, the orignal
437-
/// shape of the representation will be returned.
436+
/// The number of dimensions that the output embeddings should have. If not set, the original
437+
/// shape of the representation will be returned instead.
438438
#[schema(default = "null", example = "null", nullable = true)]
439439
pub dimensions: Option<usize>,
440440
}

0 commit comments

Comments
 (0)