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.
Learn advanced search features - Azure Tutorial
From the course: Complete Guide to Azure AI for ML Engineers by Microsoft Press
Learn advanced search features
- [Instructor] You've made a simple search solution. So let's look at a few ways that you can enhance it. The first way you can do that is with term boosting. And this is basically when you have certain keywords or certain phrases that you want to appear higher in your search. So you'll be able to give it a specific weight. That way if a user searches for a particular term, you'll be able to give the results that you want a higher priority to their search. Then you have scoring profiles. So this is a way that you can improve the relevance of your results because you add a scoring profile for the documents based on some specific criteria you have. These search scores are typically calculated in the last phase of processing a search query. And that means that the score is typically a function of the number of times the search term appears in a document and the document size and how rare each of the terms is. So by default, search results are ordered by their own search score with the…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
-
-
Learning objectives36s
-
(Locked)
Discover Azure AI Search5m 39s
-
(Locked)
Create a custom search tool13m 27s
-
(Locked)
Learn advanced search features11m 12s
-
(Locked)
Enhance your data11m 12s
-
(Locked)
Add external data to your search7m 24s
-
(Locked)
Re-rank your searches8m 21s
-
(Locked)
Run through an exercise4m 52s
-
-
-
-
-