Skip to content

Commit cbc5de4

Browse files
add link
1 parent fe19c72 commit cbc5de4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

solutions/search/hybrid-semantic-text.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ POST _tasks/<task_id>/_cancel
105105

106106
After reindexing the data into the `semantic-embeddings` index, you can perform hybrid search to combine semantic and lexical search results. Choose between [retrievers](retrievers-overview.md) or [{{esql}}](elasticsearch://reference/query-languages/esql.md) syntax to execute the query.
107107

108+
For an overview of all query types supported by `semantic_text` fields and guidance on when to use them, see [How to query semantic_text](https://www.elastic.co/docs/reference/elasticsearch/mapping-reference/semantic-text#default-and-custom-endpoints)
109+
108110
::::{tab-set}
109111
:group: query-type
110112

solutions/search/semantic-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This diagram summarizes the relative complexity of each workflow:
4040

4141
### Option 1: `semantic_text` [_semantic_text_workflow]
4242

43-
The simplest way to use NLP models in the {{stack}} is through the [`semantic_text` workflow](semantic-search/semantic-search-semantic-text.md). We recommend using this approach because it abstracts away a lot of manual work. All you need to do is create an index mapping to start ingesting, embedding, and querying data. There is no need to define model-related settings and parameters, or to create {{infer}} ingest pipelines. For guidance on the available query types for `semantic_text`, see [How to query semantic_text](https://www.elastic.co/docs/reference/elasticsearch/mapping-reference/semantic-text#default-and-custom-endpoints) fields.
43+
The simplest way to use NLP models in the {{stack}} is through the [`semantic_text` workflow](semantic-search/semantic-search-semantic-text.md). We recommend using this approach because it abstracts away a lot of manual work. All you need to do is create an index mapping to start ingesting, embedding, and querying data. There is no need to define model-related settings and parameters, or to create {{infer}} ingest pipelines. For guidance on the available query types for `semantic_text`, see [How to query semantic_text](https://www.elastic.co/docs/reference/elasticsearch/mapping-reference/semantic-text#default-and-custom-endpoints).
4444

4545
To learn more about supported services, refer to [](/explore-analyze/elastic-inference/inference-api.md) and the [{{infer}} API](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-inference) documentation. For an end-to-end tutorial, refer to [Semantic search with `semantic_text`](semantic-search/semantic-search-semantic-text.md).
4646

0 commit comments

Comments
 (0)