Skip to content

Commit 791f036

Browse files
committed
Lint
1 parent 25acbf1 commit 791f036

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/inference

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/inference/TextEmbedding.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class TextEmbedding extends InferenceFunction<TextEmbedding> {
4141
@FunctionInfo(
4242
returnType = "dense_vector",
4343
description = "Generates dense vector embeddings for text using a specified inference endpoint.",
44-
appliesTo = {@FunctionAppliesTo(version = "9.3", lifeCycle = FunctionAppliesToLifecycle.PREVIEW)},
44+
appliesTo = { @FunctionAppliesTo(version = "9.3", lifeCycle = FunctionAppliesToLifecycle.PREVIEW) },
4545
preview = true,
4646
examples = {
4747
@Example(

0 commit comments

Comments
 (0)