Skip to content

Commit a024298

Browse files
committed
add link to sparse_vector index_options for docs
1 parent 6cdca2e commit a024298

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/reference/elasticsearch/mapping-reference/semantic-text.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
410412
In case you want to customize data indexing, use the
411413
[`sparse_vector`](/reference/elasticsearch/mapping-reference/sparse-vector.md)
412414
or [`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
415417
generate the embeddings.
416418
[This tutorial](docs-content://solutions/search/semantic-search/semantic-search-inference.md)

0 commit comments

Comments
 (0)