You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn-pr/wwl/analyze-requirements-for-ai-powered-business-solutions/includes/2-assess-use-agents-task-automation-data-analytics-decision-making.md
+24-24Lines changed: 24 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,17 +19,17 @@ Generative AI accelerates productivity by drafting content, summarizing informat
19
19
20
20
Agents help organizations streamline and automate tasks that traditionally require manual work.
21
21
22
-
**Key Capabilities**
22
+
**Key Capabilities:**
23
23
24
-
Drafting documents, emails, or responses based on context.
24
+
-Drafting documents, emails, or responses based on context.
25
25
26
-
Summarizing large volumes of data—emails, meetings, chats.
26
+
-Summarizing large volumes of data—emails, meetings, chats.
27
27
28
-
Automating workflows through technologies such as Microsoft 365, Copilot Studio, Azure Foundry, and Power Platform.
28
+
-Automating workflows through technologies such as Microsoft 365, Copilot Studio, Azure Foundry, and Power Platform.
Copy file name to clipboardExpand all lines: learn-pr/wwl/analyze-requirements-for-ai-powered-business-solutions/includes/3-review-data-grounding-accuracy-relevance-timeliness-cleanliness-availability.md
+14-12Lines changed: 14 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,13 @@ After completing this unit, learners will be able to:
9
9
10
10
## 1. Understanding Grounding in AI Agents
11
11
12
-
Grounding ensures that an AI agent responds using **trusted, domainspecific organizational data**, increasing accuracy and reducing hallucinations.<br>Microsoft Copilot and Copilot Studio use **semantic indexing** to map enterprise content across Microsoft Graph into rich lexical and semantic representations. This enables more contextually precise retrieval.<br>
12
+
Grounding ensures that an AI agent responds using **trusted, domainspecific organizational data**, increasing accuracy and reducing hallucinations.
13
13
14
-
AI systems must be connected to**approved, accesscontrolled data**so they produce trustworthy outcomes that respect organizational security boundaries.<br>
14
+
Microsoft Copilot and Copilot Studio use**semantic indexing**to map enterprise content across Microsoft Graph into rich lexical and semantic representations. This enables more contextually precise retrieval.
15
15
16
-
To support advanced grounding, the **Copilot Retrieval API** retrieves relevant text passages from SharePoint, OneDrive, and connected sources, honoring user permissions.<br>
16
+
AI systems must be connected to **approved, accesscontrolled data** so they produce trustworthy outcomes that respect organizational security boundaries.
17
+
18
+
To support advanced grounding, the **Copilot Retrieval API** retrieves relevant text passages from SharePoint, OneDrive, and connected sources, honoring user permissions.
17
19
18
20
## 2. The Five Dimensions of Grounding Data Quality
19
21
@@ -43,7 +45,7 @@ AI outputs degrade when data is stale.
43
45
44
46
The **semantic index** in Microsoft 365 continuously updates as content changes, ensuring the grounding layer reflects the latest documents, conversations, and knowledge.
45
47
46
-
Timeliness includes:
48
+
**Timeliness includes:**
47
49
48
50
- Modified dates
49
51
@@ -59,7 +61,7 @@ Data Pollution in AI refers to the degradation of data quality that negatively i
59
61
60
62
Cleaner data improves embedding quality and helps the agent retrieve the most appropriate content.
61
63
62
-
Clean data characteristics:
64
+
**Clean data characteristics:**
63
65
64
66
- Clear structure
65
67
@@ -75,7 +77,7 @@ Agents can only ground responses from **data the user has access to**.
75
77
76
78
The Retrieval API respects permissions and will not return content beyond a user's access scope.
77
79
78
-
Availability depends on:
80
+
**Availability depends on:**
79
81
80
82
- Storage in SharePoint/OneDrive or connected systems
81
83
@@ -95,19 +97,19 @@ Availability depends on:
95
97
96
98
## 4. Diagram: How Microsoft Copilot Grounds AI Responses
97
99
98
-
_Diagram grounded in documentation describing semantic index + Retrieval API pipeline.
100
+
:::image type="content" source="../media/copilot-grounds-ai-responses.png" alt-text="Diagram showing how Microsoft Copilot grounds AI responses using the semantic index and Retrieval API pipeline.":::
99
101
100
102
## 5. Best Practices for Reviewing Grounding Data
101
103
102
-
**Evaluate content quality before upload**: remove outdated or conflicting information.
104
+
1.**Evaluate content quality before upload**: remove outdated or conflicting information.
103
105
104
-
**Store authoritative content in SharePoint or OneDrive** so it becomes part of the semantic index.
106
+
2.**Store authoritative content in SharePoint or OneDrive** so it becomes part of the semantic index.
105
107
106
-
**Ensure consistent formatting** to improve data cleanliness and retrieval precision.
108
+
3.**Ensure consistent formatting** to improve data cleanliness and retrieval precision.
107
109
108
-
**Review permissions regularly** so agents ground from valid data sources only.
110
+
4.**Review permissions regularly** so agents ground from valid data sources only.
109
111
110
-
**Collaborate with domain SMEs** to validate accuracy and contextual fit.
112
+
5.**Collaborate with domain SMEs** to validate accuracy and contextual fit.
Copy file name to clipboardExpand all lines: learn-pr/wwl/analyze-requirements-for-ai-powered-business-solutions/includes/4-organize-business-solution-data-available-other-ai-systems.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,15 +39,15 @@ _(From: Leverage AI tools - Drive Transformation on Azure)_
39
39
40
40
Azure provides the foundational components necessary to **centralize, transform, and govern data** before AI systems consume it.Key concepts include:
41
41
42
-
**Unified data estate**: Consolidate data from apps, logs, CRM, ERP, operations, and documents.
42
+
-**Unified data estate**: Consolidate data from apps, logs, CRM, ERP, operations, and documents.
0 commit comments