Skip to content

Commit e934e21

Browse files
authored
Add deprecation warning for ELSER in semantic search tutorial
Added a deprecation warning to the “Tutorial: semantic search with semantic_text” to inform users that the elser service is deprecated as of version 8.16 and will be removed in a future release. The warning advises users to use the Elasticsearch inference service with model_id in service_settings instead. This update aligns the tutorial with the existing deprecation notice on the ELSER documentation page, ensuring clarity for users following the tutorial.
1 parent f08d7b3 commit e934e21

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66

77
beta[]
88

9+
[WARNING]
10+
.Deprecated in 8.16
11+
====
12+
The elser service is deprecated and will be removed in a future release.
13+
Use the <<infer-service-elasticsearch>> instead, with model_id included in the service_settings.
14+
====
15+
916
This tutorial shows you how to use the semantic text feature to perform semantic search on your data.
1017

1118
Semantic text simplifies the {infer} workflow by providing {infer} at ingestion time and sensible default values automatically.
@@ -282,4 +289,4 @@ query from the `semantic-embedding` index:
282289

283290
* If you want to use `semantic_text` in hybrid search, refer to https://colab.research.google.com/github/elastic/elasticsearch-labs/blob/main/notebooks/search/09-semantic-text.ipynb[this notebook] for a step-by-step guide.
284291
* For more information on how to optimize your ELSER endpoints, refer to {ml-docs}/ml-nlp-elser.html#elser-recommendations[the ELSER recommendations] section in the model documentation.
285-
* To learn more about model autoscaling, refer to the {ml-docs}/ml-nlp-auto-scale.html[trained model autoscaling] page.
292+
* To learn more about model autoscaling, refer to the {ml-docs}/ml-nlp-auto-scale.html[trained model autoscaling] page.

0 commit comments

Comments
 (0)