diff --git a/docs/tutorials/aws/AIConnectorHelper.ipynb b/docs/tutorials/aws/AIConnectorHelper.ipynb index a3b5c86add..713ba6c331 100644 --- a/docs/tutorials/aws/AIConnectorHelper.ipynb +++ b/docs/tutorials/aws/AIConnectorHelper.ipynb @@ -545,7 +545,9 @@ "id": "8235725f", "metadata": {}, "source": [ - "# 1. Create Connector of Bedrock Embedding Model" + "# 1. Create Connector of Bedrock Embedding Model\n", + "\n", + "Read [semantic_search_with_bedrock_titan_embedding_model](./semantic_search_with_bedrock_titan_embedding_model.md) for more details." ] }, { @@ -678,7 +680,9 @@ "id": "43b2f509", "metadata": {}, "source": [ - "# 2. Create Connector of Sagemaker Embedding Model" + "# 2. Create Connector of Sagemaker Embedding Model\n", + "\n", + "Read [semantic_search_with_sagemaker_embedding_model](./semantic_search_with_sagemaker_embedding_model.md) for more details." ] }, { @@ -814,7 +818,9 @@ "id": "60635597", "metadata": {}, "source": [ - "# 3. Create Connector of Cohere Embedding Model with secret" + "# 3. Create Connector of Cohere Embedding Model with secret", + "\n", + "Read [semantic_search_with_cohere_embedding_model](./semantic_search_with_cohere_embedding_model.md) for more details." ] }, { @@ -942,7 +948,9 @@ "id": "e41bfec0", "metadata": {}, "source": [ - "# 4. Create Connector of OpenAI Embedding Model with secret" + "# 4. Create Connector of OpenAI Embedding Model with secret", + "\n", + "Read [semantic_search_with_openai_embedding_model](./semantic_search_with_openai_embedding_model.md) for more details." ] }, {