You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
image::images/semantic-options.svg[Overview of semantic search workflows in {es}]
20
20
@@ -29,7 +29,7 @@ Semantic search is available on all Elastic deployment types: self-managed clust
29
29
30
30
The `semantic_text` field simplifies semantic search by providing inference at ingestion time with sensible default values, eliminating the need for complex configurations.
31
31
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 →].
== Semantic search with the model deployment workflow
46
46
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.
52
48
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