To “recognize geographic locations” in Azure AI Search enrichment, add the EntityRecognitionSkill to your skillset. This built-in cognitive skill performs named entity recognition (NER) and extracts entities such as locations, people, and organizations from text.
EntityLinkingSkill links already-recognized entities to a knowledge base (e.g., Wikipedia) and is not required just to detect locations.
AzureOpenAIEmbeddingSkill creates vector embeddings, not entities.
Microsoft References
Azure AI Search – Entity recognition skill (extracts entities including locations).
Azure AI Search – Entity linking skill (disambiguates entities to a knowledge base; not for initial recognition).
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit