We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a6201 commit ef960a0Copy full SHA for ef960a0
docs/reference/mapping/types/semantic-text.asciidoc
@@ -7,8 +7,8 @@
7
8
beta[]
9
10
-The `semantic_text` field type automatically generates embeddings for text
11
-content using an inference endpoint.
+The `semantic_text` field type automatically generates embeddings for text content using an inference endpoint.
+Long passages are <<auto-text-chunking, automatically chunked>> to smaller sections to enable the processing of larger corpuses of text.
12
13
The `semantic_text` field type specifies an inference endpoint identifier that will be used to generate embeddings.
14
You can create the inference endpoint by using the <<put-inference-api>>.
0 commit comments