Skip to content

Commit fe19c72

Browse files
Add dumy links to the new page
1 parent c501477 commit fe19c72

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

solutions/search/semantic-search.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,9 @@ 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.
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.
4444

45-
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.
46-
47-
For an end-to-end tutorial, refer to [Semantic search with `semantic_text`](semantic-search/semantic-search-semantic-text.md).
45+
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).
4846

4947
### Option 2: Inference API [_infer_api_workflow]
5048

solutions/search/semantic-search/semantic-search-semantic-text.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ POST /_query?format=txt
156156

157157
## Further examples and reading [semantic-text-further-examples]
158158

159+
* 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).
159160
* If you want to use `semantic_text` in hybrid search, refer to [this notebook](https://colab.research.google.com/github/elastic/elasticsearch-labs/blob/main/notebooks/search/09-semantic-text.ipynb) for a step-by-step guide.
160161
* For more information on how to optimize your ELSER endpoints, refer to [the ELSER recommendations](/explore-analyze/machine-learning/nlp/ml-nlp-elser.md#elser-recommendations) section in the model documentation.
161162
* To learn more about model autoscaling, refer to the [trained model autoscaling](../../../deploy-manage/autoscaling/trained-model-autoscaling.md) page.

0 commit comments

Comments
 (0)