Skip to content

Commit 5c1c9ee

Browse files
committed
fixing some errors
1 parent c7b0e94 commit 5c1c9ee

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

learn-pr/wwl/analyze-requirements-for-ai-powered-business-solutions/includes/4-organize-business-solution-data-available-other-ai-systems.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -62,31 +62,31 @@ _(From: Data architecture for AI agents across your organization - Cloud Adoptio
6262

6363
Microsoft's Cloud Adoption Framework defines how to design a **data architecture optimized for AI agents**:
6464

65-
**Centralized knowledge sources**: SharePoint, OneDrive, Dataverse, Azure Storage.
65+
- **Centralized knowledge sources**: SharePoint, OneDrive, Dataverse, Azure Storage.
6666

67-
**Semantic indexing**: Converts enterprise content into semantic representations for grounding.
67+
- **Semantic indexing**: Converts enterprise content into semantic representations for grounding.
6868

69-
**Data governance layer**: Rolebased access, sensitivity labels, Microsoft Purview.
69+
- **Data governance layer**: Rolebased access, sensitivity labels, Microsoft Purview.
7070

71-
**APIs and connectors**: Ensure AI agents can access structured and unstructured data.
71+
- **APIs and connectors**: Ensure AI agents can access structured and unstructured data.
7272

73-
**RAGready architecture**: Vector stores, embedding models, retrieval pipelines.
73+
- **RAGready architecture**: Vector stores, embedding models, retrieval pipelines.
7474

75-
**Visual Diagram - AI Agent Data Architecture**
75+
- **Visual Diagram - AI Agent Data Architecture**
7676

7777
### 2.3 Make Databases AIReady
7878

7979
_(From: Building intelligent AI apps with Microsoft databases)_
8080

8181
Microsoft database technologies provide builtin intelligence for AI:
8282

83-
**Azure SQL** - supports vector data, semantic search, JSON storage.
83+
- **Azure SQL** - supports vector data, semantic search, JSON storage.
8484

85-
**Cosmos DB** - low latency for AI-driven apps, native vector search capability.
85+
- **Cosmos DB** - low latency for AI-driven apps, native vector search capability.
8686

87-
**PostgreSQL on Azure** - supports ML extensions and embeddings.
87+
- **PostgreSQL on Azure** - supports ML extensions and embeddings.
8888

89-
**Fabric** - provides a unified analytics platform for AI workloads.
89+
- **Fabric** - provides a unified analytics platform for AI workloads.
9090

9191
Use cases:
9292

learn-pr/wwl/analyze-requirements-for-ai-powered-business-solutions/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ prerequisites: |
2323
- Familiarity with Microsoft 365 tools and enterprise data management.
2424
iconUrl: /learn/achievements/generic-badge.svg
2525
levels:
26-
- intermediate
26+
- advanced
2727
roles:
2828
- database-administrator
2929
- developer

0 commit comments

Comments
 (0)