@@ -156,9 +156,11 @@ to create the endpoint. If not specified, the {{infer}} endpoint defined by
156156
157157` index_options ` {applies_to}` stack: ga 9.1 `
158158: (Optional, object) Specifies the index options to override default values
159- for the field. Currently, ` dense_vector ` index options are supported.
160- For text embeddings, ` index_options ` may match any allowed
161- [ dense_vector index options] ( /reference/elasticsearch/mapping-reference/dense-vector.md#dense-vector-index-options ) .
159+ for the field. Currently, ` dense_vector ` and ` sparse_vector ` index options are supported.
160+ For text embeddings, ` index_options ` may match any allowed.
161+
162+ * [ dense_vector index options] ( /reference/elasticsearch/mapping-reference/dense-vector.md#dense-vector-index-options ) .
163+ * [ sparse_vector index options] ( /reference/elasticsearch/mapping-reference/sparse-vector.md#sparse-vectors-params )
162164
163165` chunking_settings ` {applies_to}` stack: ga 9.1 `
164166: (Optional, object) Settings for chunking text into smaller passages.
@@ -410,7 +412,7 @@ stack: ga 9.0
410412In case you want to customize data indexing, use the
411413[ ` sparse_vector ` ] ( /reference/elasticsearch/mapping-reference/sparse-vector.md )
412414or [ ` dense_vector ` ] ( /reference/elasticsearch/mapping-reference/dense-vector.md )
413- field types and create an ingest pipeline with an
415+ field types and create an ingest pipeline with an
414416[ {{infer}} processor] ( /reference/enrich-processor/inference-processor.md ) to
415417generate the embeddings.
416418[ This tutorial] ( docs-content://solutions/search/semantic-search/semantic-search-inference.md )
0 commit comments