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:
SkillPurpose
EntityRecognitionSkillExtract people, orgs, locations
SentimentSkillSentiment analysis
KeyPhraseExtractionSkillKey phrases
OcrSkillExtract text from images
MergeSkillCombine text fields
SplitSkillChunk text
Skillset JSON Structure:
{
    "skills": [{
        "@odata.type": "#Microsoft.Skills.Text.V3.EntityRecognitionSkill",
        "inputs": [{"name": "text", "source": "/document/content"}],
        "outputs": [{"name": "persons", "targetName": "people"}]
    }]
}
Alvin Varughese
Written byAlvin Varughese
Founder15 professional certifications