File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed
docs/reference/elasticsearch/mapping-reference Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -315,18 +315,14 @@ specified. It enables you to quickstart your semantic search by providing
315315automatic {{infer}} and a dedicated query so you don’t need to provide further
316316details.
317317
318- In case you want to customize data indexing, use the [
319- ` sparse_vector ` ] ( /reference/elasticsearch/mapping-reference/sparse-vector.md )
320- or [ ` dense_vector ` ] ( /reference/elasticsearch/mapping-reference/dense-vector.md )
321- field types and create an ingest pipeline with
322- an [ {{infer}} processor] ( /reference/enrich-processor/inference-processor.md ) to
323- generate the
324- embeddings. [ This tutorial] ( docs-content://solutions/search/semantic-search/semantic-search-inference.md )
325- walks you through the process. In these cases - when you use ` sparse_vector ` or
326- ` dense_vector ` field types instead of the ` semantic_text ` field type to
327- customize indexing - using the [
328- ` semantic_query ` ] ( /reference/query-languages/query-dsl/query-dsl-semantic-query.md )
329- is not supported for querying the field data.
318+ If you want to override those defaults and customize the embeddings that
319+ ` semantic_text ` stores, you can do so by modifying <<semantic-text-params,
320+ parameters>>:
321+
322+ - Use ` index_options ` to specify alternate index options such as specific
323+ ` dense_vector ` quantization methods
324+ - Use ` chunking_settings ` to override the chunking strategy associated with the
325+ {{infer}} endpoint, or completely disable chunking using the ` none ` type
330326
331327## Updates to ` semantic_text ` fields [ update-script]
332328
You can’t perform that action at this time.
0 commit comments