Skip to content

Commit

Permalink
string formatting error
Browse files Browse the repository at this point in the history
  • Loading branch information
jimczi committed Mar 21, 2024
1 parent 8ddc37f commit b3ae284
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public void validate() {
+ TASK_TYPE_FIELD.getPreferredName()
+ "], expected "
+ TEXT_EMBEDDING
+ "or "
+ " or "
+ SPARSE_EMBEDDING
+ ", got "
+ taskType.name()
Expand Down

0 comments on commit b3ae284

Please sign in to comment.