Copyright (c) 2026 MindMesh Academy. All rights reserved. This content is proprietary and may not be reproduced or distributed without permission.
7.1.2. Skillsets (AI Enrichment)
Skillsets define the AI enrichment operations applied during indexing. Built-in skills cover common extraction patterns; custom skills extend capabilities.
Built-in Skills:
| Skill | Purpose |
|---|---|
EntityRecognitionSkill | Extract people, orgs, locations |
SentimentSkill | Sentiment analysis |
KeyPhraseExtractionSkill | Key phrases |
OcrSkill | Extract text from images |
MergeSkill | Combine text fields |
SplitSkill | Chunk text |
Skillset JSON Structure:
{
"skills": [{
"@odata.type": "#Microsoft.Skills.Text.V3.EntityRecognitionSkill",
"inputs": [{"name": "text", "source": "/document/content"}],
"outputs": [{"name": "persons", "targetName": "people"}]
}]
}
Written byAlvin Varughese
Founder•15 professional certifications