Skip to content

Commit 54dab4a

Browse files
authored
[8.x] Fixes ELSER PUT request JSON. (#2958)
1 parent d871302 commit 54dab4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/stack/ml/nlp/ml-nlp-elser.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ PUT _inference/sparse_embedding/my-elser-model
129129
"min_number_of_allocations": 1,
130130
"max_number_of_allocations": 10
131131
},
132-
"num_threads": 1,
132+
"num_threads": 1
133133
}
134134
}
135135
----------------------------------

0 commit comments

Comments
 (0)