Skip to content

Commit 92d45c2

Browse files
committed
fix template query link
Signed-off-by: Mingshi Liu <mingshl@amazon.com>
1 parent 26fc493 commit 92d45c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/ml_inference/semantic_search/optimize_vector_search_with_cohere_compressed_embedding.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Bedrock supports compressed embeddings from Cohere Embed now ([blog](https://aws
99
We'll use the following OpenSearch features:
1010
- [ML inference ingest processor](https://opensearch.org/docs/latest/ingest-pipelines/processors/ml-inference/) to generate embedding when ingest data;
1111
- [ML inference search request processor](https://opensearch.org/docs/latest/search-plugins/search-pipelines/ml-inference-search-request/)
12-
- [Search template query](https://opensearch.org/docs/latest/api-reference/search-template/) for searching.
12+
- [Template query](https://opensearch.org/docs/latest/query-dsl/specialized/template/) for searching.
1313
- [k-NN index](https://opensearch.org/docs/latest/search-plugins/knn/index/) and [k-NN byte vector](https://opensearch.org/docs/latest/field-types/supported-field-types/knn-vector/#byte-vectors)
1414

1515
Note: Replace the placeholders that start with `your_` with your own values.

0 commit comments

Comments
 (0)