Skip to content

Commit 358a546

Browse files
authored
pull base content,head:MicrosoftDocs:main,into:wwlpublishsync
2 parents 617fca9 + 7a54427 commit 358a546

25 files changed

+485
-1
lines changed

learn-pr/paths/ai-extract-information/index.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
title: Develop AI information extraction solutions in Azure
55
description: Use Azure AI to extract information from content.
66
brand: azure
7-
ms.date: 05/15/2025
7+
ms.date: 05/16/2025
88
author: GraemeMalcolm
99
ms.author: gmalc
1010
ms.topic: learning-path
@@ -30,8 +30,12 @@ subjects:
3030
- artificial-intelligence
3131
products:
3232
- ai-services
33+
- azure-cognitive-search
3334
modules:
3435
- learn.wwl.analyze-content-ai
3536
- learn.wwl.analyze-content-ai-api
37+
- learn.wwl.use-prebuilt-form-recognizer-models
38+
- learn.wwl.work-with-form-recognizer
39+
- learn.wwl.ai-knowledge-mining
3640
trophy:
3741
uid: learn.ai-extract-information.trophy
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.ai-knowledge-mining.introduction
3+
title: Introduction
4+
metadata:
5+
title: Introduction
6+
description: Introduction
7+
author: graememalcolm
8+
ms.author: gmalc
9+
ms.date: 05/16/2025
10+
ms.topic: unit
11+
ms.collection:
12+
- wwl-ai-copilot
13+
durationInMinutes: 1
14+
content: |
15+
[!include[](includes/1-introduction.md)]
16+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.ai-knowledge-mining.azure-ai-search
3+
title: What is Azure AI Search?
4+
metadata:
5+
title: What is Azure AI Search?
6+
description: Introduction to Azure AI Search.
7+
author: graememalcolm
8+
ms.author: gmalc
9+
ms.date: 05/16/2025
10+
ms.topic: unit
11+
ms.collection:
12+
- wwl-ai-copilot
13+
durationInMinutes: 3
14+
content: |
15+
[!include[](includes/2-azure-ai-search.md)]
16+
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.ai-knowledge-mining.indexing
3+
title: Extract data with an indexer
4+
metadata:
5+
title: Extract data with an indexer
6+
description: Use an indexer to extract and index from a data source.
7+
author: graememalcolm
8+
ms.author: gmalc
9+
ms.date: 05/16/2025
10+
ms.topic: unit
11+
ms.collection:
12+
- wwl-ai-copilot
13+
durationInMinutes: 5
14+
content: |
15+
[!include[](includes/3-index.md)]
16+
17+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.ai-knowledge-mining.ai-skills
3+
title: Enrich extracted data with AI skills
4+
metadata:
5+
title: Enrich extracted data with AI skills
6+
description: Use AI skills to enrich data in your index.
7+
author: graememalcolm
8+
ms.author: gmalc
9+
ms.date: 05/16/2025
10+
ms.topic: unit
11+
ms.collection:
12+
- wwl-ai-copilot
13+
durationInMinutes: 5
14+
content: |
15+
[!include[](includes/4-ai-skills.md)]
16+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.ai-knowledge-mining.search-index
3+
title: Search an index
4+
metadata:
5+
title: Search an index
6+
description: Query an index to find and filter documents.
7+
author: graememalcolm
8+
ms.author: gmalc
9+
ms.date: 05/16/2025
10+
ms.topic: unit
11+
ms.collection:
12+
- wwl-ai-copilot
13+
durationInMinutes: 5
14+
content: |
15+
[!include[](includes/5-search-index.md)]
16+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.ai-knowledge-mining.knowledge-store
3+
title: Persist extracted information in a knowledge store
4+
metadata:
5+
title: Persist extracted information in a knowledge store
6+
description: Use projections to persist extracted data in a knowledge store.
7+
author: graememalcolm
8+
ms.author: gmalc
9+
ms.date: 05/16/2025
10+
ms.topic: unit
11+
ms.collection:
12+
- wwl-ai-copilot
13+
durationInMinutes: 5
14+
content: |
15+
[!include[](includes/6-knowledge-store.md)]
16+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.ai-knowledge-mining.exercise
3+
title: Exercise - Create a knowledge mining solution
4+
metadata:
5+
title: Exercise - Create a knowledge mining solution
6+
description: Use Azure AI Search to create a knowledge mining solution.
7+
author: graememalcolm
8+
ms.author: gmalc
9+
ms.date: 05/16/2025
10+
ms.topic: unit
11+
ms.collection:
12+
- wwl-ai-copilot
13+
durationInMinutes: 40
14+
content: |
15+
[!include[](includes/7-exercise.md)]
16+
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.ai-knowledge-mining.knowledge-check
3+
title: Module assessment
4+
metadata:
5+
title: Module assessment
6+
description: Knowledge check
7+
author: graememalcolm
8+
ms.author: gmalc
9+
ms.date: 05/16/2025
10+
ms.topic: unit
11+
ms.collection:
12+
- wwl-ai-copilot
13+
durationInMinutes: 3
14+
quiz:
15+
title: "Check your knowledge"
16+
questions:
17+
- content: "Which component of an Azure AI Search solution is scheduled to extract and enrich data to populate an index?"
18+
choices:
19+
- content: "Indexer"
20+
isCorrect: true
21+
explanation: "Correct. An indexer is run to extract data and populate an index."
22+
- content: "Projection"
23+
isCorrect: false
24+
explanation: "Incorrect.A projection is used to store extracted data in a knowledge store."
25+
- content: "Query"
26+
isCorrect: false
27+
explanation: "Incorrect. A query is used to search an index."
28+
- content: "Which service supports built-in AI skills in Azure AI Search?"
29+
choices:
30+
- content: "Azure Functions"
31+
isCorrect: false
32+
explanation: "Incorrect. Azure Functions can be used to implement custom skills, but isn't required for built-in skills."
33+
- content: "Azure AI services"
34+
isCorrect: true
35+
explanation: "Correct. An Azure AI services resource is required to support built-in skills."
36+
- content: "Azure Cosmos DB"
37+
isCorrect: false
38+
explanation: "Incorrect. Azure Cosmos DB could be a data source fo Azure AI Search, but it isn't required for built-in skills."
39+
- content: "Which kind of projection results in a relational data schema for extracted fields?"
40+
choices:
41+
- content: "File"
42+
isCorrect: false
43+
explanation: "Incorrect. File projections are used to store extracted images as files."
44+
- content: "Object"
45+
isCorrect: false
46+
explanation: "Incorrect. Object projections are used to store extracted documents as JSON files."
47+
- content: "Table"
48+
isCorrect: true
49+
explanation: "Correct. Use table projections to persist extracted data in a relational schema."
50+
51+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.ai-knowledge-mining.summary
3+
title: Summary
4+
metadata:
5+
title: Summary
6+
description: Summarize what you've learned about knowledge mining.
7+
author: graememalcolm
8+
ms.author: gmalc
9+
ms.date: 05/16/2025
10+
ms.topic: unit
11+
ms.collection:
12+
- wwl-ai-copilot
13+
durationInMinutes: 1
14+
content: |
15+
[!include[](includes/9-summary.md)]
16+

0 commit comments

Comments
 (0)