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 e456881 commit f33fcccCopy full SHA for f33fccc
router/src/grpc/server.rs
@@ -342,7 +342,7 @@ impl TextEmbeddingsService {
342
.map_err(ErrorResponse::from)?;
343
let inputs = encoded_inputs.unwrap_or(inputs);
344
345
- let tokens: Vec<SimpleToken> = into_tokens(encoding, &input)
+ let tokens: Vec<SimpleToken> = into_tokens(encoding, &inputs)
346
.into_iter()
347
.map(|t| {
348
let CoreSimpleToken {
0 commit comments