From 5051b68bd89ec6df8002a5eefc8ed6ff82cd1f94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Wed, 29 Jan 2025 11:57:52 +0100 Subject: [PATCH] [DOCS] Fixes a conf line in ELSER docs. (#2919) (cherry picked from commit 24d1bfce35f7f97c4a5463e8fc6c224d6e6f6a42) --- 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 b5216f3ce..2ae8bb749 100644 --- a/docs/en/stack/ml/nlp/ml-nlp-elser.asciidoc +++ b/docs/en/stack/ml/nlp/ml-nlp-elser.asciidoc @@ -389,7 +389,7 @@ following line to the `config/elasticsearch.yml` file: + -- ``` -xpack.ml.model_repository: file://${path.home}/config/models/` +xpack.ml.model_repository: file://${path.home}/config/models/ ``` -- . Repeat step 2 and step 3 on all master-eligible nodes.