Skip to content

Commit c086ce2

Browse files
kosabogisarog
authored andcommitted
Changes elser service to elasticsearch service in the Semantic search with the inference API page (elastic#118536) (elastic#118545)
1 parent 9b0911e commit c086ce2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/reference/search/search-your-data/semantic-search-inference.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ include::{es-ref-dir}/tab-widgets/inference-api/infer-api-task-widget.asciidoc[]
4545
==== Create the index mapping
4646

4747
The mapping of the destination index - the index that contains the embeddings that the model will create based on your input text - must be created.
48-
The destination index must have a field with the <<dense-vector, `dense_vector`>> field type for most models and the <<sparse-vector, `sparse_vector`>> field type for the sparse vector models like in the case of the `elser` service to index the output of the used model.
48+
The destination index must have a field with the <<dense-vector, `dense_vector`>> field type for most models and the <<sparse-vector, `sparse_vector`>> field type for the sparse vector models like in the case of the `elasticsearch` service to index the output of the used model.
4949

5050
include::{es-ref-dir}/tab-widgets/inference-api/infer-api-mapping-widget.asciidoc[]
5151

docs/reference/tab-widgets/inference-api/infer-api-requirements.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ the Cohere service.
88
// tag::elser[]
99

1010
ELSER is a model trained by Elastic. If you have an {es} deployment, there is no
11-
further requirement for using the {infer} API with the `elser` service.
11+
further requirement for using the {infer} API with the `elasticsearch` service.
1212

1313
// end::elser[]
1414

0 commit comments

Comments
 (0)