Skip to content

Commit e731778

Browse files
committed
add link to doc
Signed-off-by: Mingshi Liu <[email protected]>
1 parent b2b1f8e commit e731778

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/ml_inference/semantic_search/bedrock_titan_multi-modal_embedding_model.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This tutorial is compatible with version 2.17 and later.
44

5-
This tutorial shows how to build multi-modal semantic search [ML inference ingest processor](https://opensearch.org/docs/latest/ingest-pipelines/processors/ml-inference/) and [ML inference search request processor](https://opensearch.org/docs/latest/search-plugins/search-pipelines/ml-inference-search-request/).
5+
This tutorial shows how to build multi-modal semantic search with [ML inference ingest processor](https://opensearch.org/docs/latest/ingest-pipelines/processors/ml-inference/) and [ML inference search request processor](https://opensearch.org/docs/latest/search-plugins/search-pipelines/ml-inference-search-request/).
66
By using ML inference processors in OpenSearch, you can effectively handle multimodal queries (text, image, or both) and leverage KNN search for semantic search tasks. This approach allows you to retrieve the most relevant documents based on both textual and visual content, enabling powerful search capabilities for rich, multimodal data.
77

88

@@ -50,7 +50,7 @@ Sample response
5050
}
5151
```
5252

53-
- Create model
53+
- Create model, see [more info about register model](https://opensearch.org/docs/latest/ml-commons-plugin/api/model-apis/register-model/)
5454
```
5555
POST _plugins/_ml/models/_register?deploy=true
5656
{

0 commit comments

Comments
 (0)