Skip to content

Commit

Permalink
add doc links
Browse files Browse the repository at this point in the history
Signed-off-by: Yaliang Wu <[email protected]>
  • Loading branch information
ylwu-amzn committed Mar 12, 2024
1 parent 1359db5 commit ba57e27
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions docs/tutorials/aws/AIConnectorHelper.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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."
]
},
{
Expand Down Expand Up @@ -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."
]
},
{
Expand Down Expand Up @@ -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."
]
},
{
Expand Down Expand Up @@ -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."
]
},
{
Expand Down

0 comments on commit ba57e27

Please sign in to comment.