Skip to content

Commit

Permalink
fix json error
Browse files Browse the repository at this point in the history
Signed-off-by: Jing Zhang <[email protected]>
  • Loading branch information
jngz-es committed Mar 19, 2024
1 parent d645c83 commit cdd63e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ public class CommonValue {
+ " },\n"
+ " \""
+ MLModel.GUARDRAILS_FIELD
+ "\" : {\"type\": \"flat_object\"},\n"
+ "\" : {\"type\": \"flat_object\"}\n"
+ "}";

public static final String ML_TASK_INDEX_MAPPING = "{\n"
Expand Down

0 comments on commit cdd63e7

Please sign in to comment.