From the course: Complete Guide to Azure AI for ML Engineers by Microsoft Press

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Build a custom skill for search

Build a custom skill for search

- [Instructor] Okay, let's go through the last demo for this lesson. So, we're going to start combining a few things to get you ready for the capstone. What we're going to do is build a custom skill for a search AI solution. So, remember, there's a few things from lesson six related to search and skill sets. So, you know that your indexers work with the skill sets to create better results for your users. And we're going to focus on how you can combine several things together to get those best results for your users. So, let's go ahead and jump into the demo because we've got a few things we need to create. So, the first thing we're going to make is a new function app. And this is going to host the code that we use for our skill set. So, find function app and go ahead and create a new one. And in this case, we're going to choose consumption here and we'll select it. We'll go to our doc intelligence resource group. We'll call this custom skill function 723. And we'll choose Python…

Contents