From a0b26e9654785a1290a31bb0eb668e9f810dd387 Mon Sep 17 00:00:00 2001 From: George Wallace Date: Tue, 11 Feb 2025 14:15:34 -0700 Subject: [PATCH] Correct code sample --- docs/en/stack/ml/nlp/ml-nlp-elser.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/stack/ml/nlp/ml-nlp-elser.asciidoc b/docs/en/stack/ml/nlp/ml-nlp-elser.asciidoc index 2ae8bb749..a3b645e88 100644 --- a/docs/en/stack/ml/nlp/ml-nlp-elser.asciidoc +++ b/docs/en/stack/ml/nlp/ml-nlp-elser.asciidoc @@ -129,7 +129,7 @@ PUT _inference/sparse_embedding/my-elser-model "min_number_of_allocations": 1, "max_number_of_allocations": 10 }, - "num_threads": 1, + "num_threads": 1 } } ----------------------------------