Skip to content

Commit a94d5bd

Browse files
committed
Replaces ELSER with model deployment workflow
1 parent ec0b42b commit a94d5bd

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

serverless/pages/search-your-data-semantic-search.asciidoc

+6-10
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ There are three main workflows for implementing semantic search with {es}, arran
1414

1515
- <<elasticsearch-reference-semantic-search-semantic-text,The `semantic text` workflow>>
1616
- <<elasticsearch-reference-semantic-search-inference-api,Inference API workflow>>
17-
- https://www.elastic.co/guide/en/elasticsearch/reference/current/semantic-search-deployed-nlp-model.html[Model deployment workflow]
17+
- <<elasticsearch-reference-semantic-search-model-deployment,Model deployment workflow>>
1818

1919
image::images/semantic-options.svg[Overview of semantic search workflows in {es}]
2020

@@ -29,7 +29,7 @@ Semantic search is available on all Elastic deployment types: self-managed clust
2929

3030
The `semantic_text` field simplifies semantic search by providing inference at ingestion time with sensible default values, eliminating the need for complex configurations.
3131

32-
Learn how to implement semantic search with `semantic text` in the https://www.elastic.co/guide/en/elasticsearch/reference/current/semantic-search-semantic-text.html[Elasticsearch docs →].
32+
Learn how to implement semantic search with `semantic text` in the {ref}/semantic-search-semantic-text.html[Elasticsearch docs →].
3333

3434
[discrete]
3535
[[elasticsearch-reference-semantic-search-inference-api]]
@@ -41,13 +41,9 @@ Learn how to implement semantic search with the inference API in the {ref}/seman
4141

4242

4343
[discrete]
44-
[[elasticsearch-reference-semantic-search-elser]]
45-
== Semantic search with ELSER
44+
[[elasticsearch-reference-semantic-search-model-deployment]]
45+
== Semantic search with the model deployment workflow
4646

47-
Elastic Learned Sparse EncodeR - or ELSER - is an NLP model trained by Elastic
48-
that enables you to perform semantic search by using sparse vector
49-
representation. Instead of literal matching on search terms, semantic search
50-
retrieves results based on the intent and the contextual meaning of a search
51-
query.
47+
The model deployment workflow enables you to deploy custom NLP models in Elasticsearch, giving you full control over text embedding generation and vector search. While this workflow offers advanced flexibility, it requires expertise in NLP and machine learning.
5248

53-
Learn how to implement semantic search with ELSER in the {ref}/semantic-search-elser.html[Elasticsearch docs →].
49+
Learn how to implement semantic search with the model deployment workflow in the {ref}/semantic-search-deployed-nlp-model.html[Elasticsearch docs →].

0 commit comments

Comments
 (0)