Skip to content

Commit 2951276

Browse files
l-trottapquentin
andauthored
Update specification/ml/_types/inference.ts
Co-authored-by: Quentin Pradet <[email protected]>
1 parent 281171c commit 2951276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/ml/_types/inference.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ export class TextEmbeddingInferenceOptions {
250250
/** The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value. */
251251
results_field?: string
252252

253-
vocabulary?: Vocabulary
253+
vocabulary: Vocabulary
254254
}
255255

256256
/** Text expansion inference options */

0 commit comments

Comments
 (0)