From the course: Azure for Developers: Retrieval-Augmented Generation (RAG) with Azure AI
Unlock this course with a free trial
Join today to access over 24,600 courses taught by industry experts.
Creating a skillset and indexer - Azure AI Services Tutorial
From the course: Azure for Developers: Retrieval-Augmented Generation (RAG) with Azure AI
Creating a skillset and indexer
- [Instructor] Once you have created an index and set up a data source, the next step is to create a skillset in Azure AI search to access external processing, and an indexer to create our search index. A skill in Azure AI search is an operation that transforms our content in some way. We can view more information about this in Microsoft Learn. Skills are organized into three categories. Built-in skills require an Azure AI services, multi-service account resource, or an Azure OpenAI resource. In our example, we need the Azure AI services multi-service account to recognize location entities in our document and the Azure OpenAI to perform the vector embeddings. These processes have their own separate bill tied to the resource used. You can also create a custom skill using custom code, which you can access through a URI. We will not cover this in this course. Finally, utility skills are internal to Azure AI search, which do not require external resources. These operations are…
Contents
-
-
-
-
RAG using Azure AI Search4m 12s
-
(Locked)
Preparing your resources for RAG7m 25s
-
(Locked)
Creating a search index6m 34s
-
(Locked)
Creating a data source2m 21s
-
(Locked)
Creating a skillset and indexer7m 37s
-
(Locked)
Querying your data4m 18s
-
(Locked)
Azure AI Search: Import and vectorize data4m 39s
-
(Locked)
Sending query results to a language model3m 16s
-
(Locked)
Other approaches5m 37s
-
(Locked)
Challenge: Create a RAG solution using Azure AI Search2m 21s
-
(Locked)
Solution: Create a RAG solution using Azure AI Search3m 47s
-
-
-
-