Skip to content

Commit

Permalink
Update TextEmbeddingProcessor.java
Browse files Browse the repository at this point in the history
change type

Signed-off-by: leeeeeeeeeeehc <[email protected]>
  • Loading branch information
ehc0825 authored Aug 6, 2024
1 parent 7df9013 commit 5063d99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public static TextEmbeddingProcessor of(Function<Builder, ObjectBuilder<TextEmbe
*/
@Override
public Processor.Kind _processorKind() {
return Processor.Kind.Inference;
return Processor.Kind.TextEmbedding;
}

/**
Expand Down

0 comments on commit 5063d99

Please sign in to comment.