Skip to content

Commit 46d0f47

Browse files
committed
remove todo
1 parent 587726c commit 46d0f47

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/mapper/SemanticTextFieldMapper.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@
130130
*/
131131
public class SemanticTextFieldMapper extends FieldMapper implements InferenceFieldMapper {
132132
private static final Logger logger = LogManager.getLogger(SemanticTextFieldMapper.class);
133-
// TODO: rewrite the warning and error messages below, just placeholders for now
134133
public static final String WARNING_MESSAGE_8X = "Creating a `semantic_text` field on this index version may not include" +
135134
" optimized default settings. Consider creating a new index for a better performance.";
136135
public static final String ERROR_MESSAGE_UNSUPPORTED_SPARSE_VECTOR = "Creating a `semantic_text` field with `sparse_vector` models" +

0 commit comments

Comments
 (0)