Skip to content

Commit 897252e

Browse files
committed
[DOCS] Comments out default inference config docs. (#115742)
1 parent 821fccf commit 897252e

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/reference/inference/inference-apis.asciidoc

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,21 @@ Elastic –, then create an {infer} endpoint by the <<put-inference-api>>.
3535
Now use <<semantic-search-semantic-text, semantic text>> to perform
3636
<<semantic-search, semantic search>> on your data.
3737

38-
[discrete]
39-
[[default-enpoints]]
40-
=== Default {infer} endpoints
38+
//[discrete]
39+
//[[default-enpoints]]
40+
//=== Default {infer} endpoints
4141

42-
Your {es} deployment contains some preconfigured {infer} endpoints that makes it easier for you to use them when defining `semantic_text` fields or {infer} processors.
43-
The following list contains the default {infer} endpoints listed by `inference_id`:
42+
//Your {es} deployment contains some preconfigured {infer} endpoints that makes it easier for you to use them when defining `semantic_text` fields or {infer} processors.
43+
//The following list contains the default {infer} endpoints listed by `inference_id`:
4444

45-
* `.elser-2-elasticsearch`: uses the {ml-docs}/ml-nlp-elser.html[ELSER] built-in trained model for `sparse_embedding` tasks (recommended for English language texts)
46-
* `.multilingual-e5-small-elasticsearch`: uses the {ml-docs}/ml-nlp-e5.html[E5] built-in trained model for `text_embedding` tasks (recommended for non-English language texts)
45+
//* `.elser-2-elasticsearch`: uses the {ml-docs}/ml-nlp-elser.html[ELSER] built-in trained model for `sparse_embedding` tasks (recommended for English language texts)
46+
//* `.multilingual-e5-small-elasticsearch`: uses the {ml-docs}/ml-nlp-e5.html[E5] built-in trained model for `text_embedding` tasks (recommended for non-English language texts)
4747

48-
Use the `inference_id` of the endpoint in a <<semantic-text,`semantic_text`>> field definition or when creating an <<inference-processor,{infer} processor>>.
49-
The API call will automatically download and deploy the model which might take a couple of minutes.
50-
Default {infer} enpoints have {ml-docs}/ml-nlp-auto-scale.html#nlp-model-adaptive-allocations[adaptive allocations] enabled.
51-
For these models, the minimum number of allocations is `0`.
52-
If there is no {infer} activity that uses the endpoint, the number of allocations will scale down to `0` automatically after 15 minutes.
48+
//Use the `inference_id` of the endpoint in a <<semantic-text,`semantic_text`>> field definition or when creating an <<inference-processor,{infer} processor>>.
49+
//The API call will automatically download and deploy the model which might take a couple of minutes.
50+
//Default {infer} enpoints have {ml-docs}/ml-nlp-auto-scale.html#nlp-model-adaptive-allocations[adaptive allocations] enabled.
51+
//For these models, the minimum number of allocations is `0`.
52+
//If there is no {infer} activity that uses the endpoint, the number of allocations will scale down to `0` automatically after 15 minutes.
5353

5454

5555
[discrete]

0 commit comments

Comments
 (0)