-
Book Overview & Buying
-
Table Of Contents
Azure for Developers - Third Edition
By :
In this chapter, we talked about Azure OpenAI Service – a managed service offered by Microsoft that allows you to host a selected AI model and integrate it with your application. We discussed the way an application can use Azure OpenAI Service using an SDK and what is needed to authenticate the service. We also saw multiple SDK clients that you could use to work with text, audio, images, or video.
We also saw in detail how embeddings work and how they could be used in an application. While a full understanding of the concept requires reading more about specific machine learning and mathematics concepts, the introduction presented in this chapter should be enough to get started with the topic and understand how it can help in providing business value out of the selected AI model.
There were also two additional topics that we described – fine-tuning and content filtering. Those two concepts are really important if you’re thinking about making a real...