Skip to content

Commit edaf8a2

Browse files
authored
[Search] Fixes link pointing to the semantic search with the inference API tutorial (#1282)
## Overview Closes #1277 This PR fixes a link on the Semantic search page that points to the Semantic search with the inference API tutorial.
1 parent e8ac4b5 commit edaf8a2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

solutions/search/semantic-search.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,11 @@ The simplest way to use NLP models in the {{stack}} is through the [`semantic_te
3939

4040
For an end-to-end tutorial, refer to [Semantic search with `semantic_text`](semantic-search/semantic-search-semantic-text.md).
4141

42-
4342
### Option 2: Inference API [_infer_api_workflow]
4443

4544
The {{infer}} API workflow is more complex but offers greater control over the {{infer}} endpoint configuration. You need to create an {{infer}} endpoint, provide various model-related settings and parameters, define an index mapping, and set up an {{infer}} ingest pipeline with the appropriate settings.
4645

47-
For an end-to-end tutorial, refer to [Semantic search with the {{infer}} API](../../explore-analyze/elastic-inference/inference-api.md).
48-
46+
For an end-to-end tutorial, refer to [Semantic search with the {{infer}} API](semantic-search/semantic-search-inference.md).
4947

5048
### Option 3: Manual model deployment [_model_deployment_workflow]
5149

0 commit comments

Comments
 (0)