Skip to content

Commit 0d870b1

Browse files
added missing content
1 parent 9bcf7b9 commit 0d870b1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

autovec-tutorial/autovec_langchain.ipynb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,15 +122,21 @@
122122
"\n",
123123
"\n",
124124
"7. Select the model which will be used to create the embeddings. There are two options to create the embeddings, `capella based` and `external model`.\n",
125+
" \n",
126+
" <img src=\"./img/Select_embedding_model.png\" width=\"650px\" height=\"500px\" style=\"padding: 5px; border-radius: 10px 20px 30px 40px; border: 2px solid #555;\">\n",
125127
"\n",
126128
" - For this tutorial, capella based embedding model is used as can be seen in the image below. API credentials can be uploade using the file downloaded in `step 2.2` or it can be entered manually as well.\n",
127129
" - Choices between private and insecure networking is available to choose.\n",
128130
" - A click on `Next` will land you at the final page of the workflow.\n",
129131
"\n",
132+
"\n",
133+
"\n",
130134
"8. <B>`Workflow Summary`</B> will display all the necessary details of the workflow including `Data Source`, `Model Service` and `Billing Overview` as shown in image below.\n",
131135
"\n",
132136
" <img src=\"./img/workflow_summary.png\" width=\"800px\" height=\"500px\" style=\"padding: 5px; border-radius: 10px 20px 30px 40px; border: 2px solid #555;\">\n",
133137
"\n",
138+
"\n",
139+
"\n",
134140
"9. <B>`Hurray! Workflow Deployed`</B> Now in the `workflow` tabs we can see out workflow deployed and can check the status of our workflow. The status of the workflow run will be shown over here.\n",
135141
"\n",
136142
" <img src=\"./img/workflow_deployed.png\" width=\"1150px\" height=\"500px\" style=\"padding: 5px; border-radius: 10px 20px 30px 40px; border: 2px solid #555;\">\n",

0 commit comments

Comments
 (0)