Skip to content

Commit 4c00b75

Browse files
committed
Remove beta warnings
1 parent cec80e8 commit 4c00b75

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

docs/reference/mapping/types/semantic-text.asciidoc

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@
55
<titleabbrev>Semantic text</titleabbrev>
66
++++
77

8-
beta[]
9-
108
The `semantic_text` field type automatically generates embeddings for text content using an inference endpoint.
119
Long passages are <<auto-text-chunking, automatically chunked>> to smaller sections to enable the processing of larger corpuses of text.
1210

1311
The `semantic_text` field type specifies an inference endpoint identifier that will be used to generate embeddings.
1412
You can create the inference endpoint by using the <<put-inference-api>>.
15-
This field type and the <<query-dsl-semantic-query,`semantic` query>> type make it simpler to perform semantic search on your data.
13+
This field type and the <<query-dsl-semantic-query,`semantic` query>> type make it simpler to perform semantic search on your data.
1614
The `semantic_text` field type may also be queried with <<query-dsl-match-query, match>>, <<query-dsl-sparse-vector-query, sparse_vector>> or <<query-dsl-knn-query, knn>> queries.
1715

1816
If you don’t specify an inference endpoint, the `inference_id` field defaults to `.elser-2-elasticsearch`, a preconfigured endpoint for the elasticsearch service.
@@ -193,8 +191,8 @@ types and create an ingest pipeline with an
193191
<<inference-processor, {infer} processor>> to generate the embeddings.
194192
<<semantic-search-inference,This tutorial>> walks you through the process. In
195193
these cases - when you use `sparse_vector` or `dense_vector` field types instead
196-
of the `semantic_text` field type to customize indexing - using the
197-
<<query-dsl-semantic-query,`semantic_query`>> is not supported for querying the
194+
of the `semantic_text` field type to customize indexing - using the
195+
<<query-dsl-semantic-query,`semantic_query`>> is not supported for querying the
198196
field data.
199197

200198

docs/reference/query-dsl/semantic-query.asciidoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
<titleabbrev>Semantic</titleabbrev>
55
++++
66

7-
beta[]
8-
97
The `semantic` query type enables you to perform <<semantic-search,semantic search>> on data stored in a <<semantic-text,`semantic_text`>> field.
108

119

0 commit comments

Comments
 (0)