Tutorial: Create a skillset in Azure AI Search using REST APIs
This sample creates a skillset that applies AI processing during indexing. Skillset steps include optical character recognition (OCR), language detection, entity recognition, and key phrase extraction.
What's in this sample
| File | Description |
|---|---|
skillset-tutorial.rest |
REST file containing requests to create a data source, indexer, skillset, and index with AI enrichment |
Documentation
This sample accompanies Tutorial: Skillsets in Azure AI Search. Follow the documentation for prerequisites, setup instructions, and detailed explanations.
Next step
You can learn more about Azure AI Search on the official documentation site.