Skip to content

Commit 7b92e7a

Browse files
committed
update
1 parent b540a73 commit 7b92e7a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/cognitive-services/openai/tutorials/embeddings.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -388,17 +388,17 @@ res["summary"][9]
388388

389389
Using this approach, you can use embeddings as a search mechanism across documents in a knowledge base. The user can then take the top search result and use it for their downstream task, which prompted their initial query.
390390

391+
## Video
392+
393+
There is video walkthrough of this tutorial including the pre-requisite steps which can viewed on this [community YouTube post](https://www.youtube.com/watch?v=PSLO-yM6eFY).
394+
391395
## Clean up resources
392396

393397
If you created an OpenAI resource solely for completing this tutorial and want to clean up and remove an OpenAI resource, you'll need to delete your deployed models, and then delete the resource or associated resource group if it's dedicated to your test resource. Deleting the resource group also deletes any other resources associated with it.
394398

395399
- [Portal](../../cognitive-services-apis-create-account.md#clean-up-resources)
396400
- [Azure CLI](../../cognitive-services-apis-create-account-cli.md#clean-up-resources)
397401

398-
## Video
399-
400-
There is video walkthrough of this tutorial including the pre-requisite steps which can viewed on this [community YouTube post](https://www.youtube.com/watch?v=PSLO-yM6eFY).
401-
402402
## Next steps
403403

404404
Learn more about Azure OpenAI's models:

0 commit comments

Comments
 (0)