Skip to content

Commit

Permalink
Changes elser service to elasticsearch service in the Semantic search…
Browse files Browse the repository at this point in the history
… with the inference API page (#118536)
  • Loading branch information
kosabogi committed Dec 12, 2024
1 parent 5998d92 commit b864fcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ include::{es-ref-dir}/tab-widgets/inference-api/infer-api-task-widget.asciidoc[]
==== Create the index mapping

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.
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.
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.

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ the Cohere service.
// tag::elser[]

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

// end::elser[]

Expand Down

0 comments on commit b864fcd

Please sign in to comment.