Skip to content

Commit 169b44a

Browse files
authored
Merge pull request #53397 from JeffKoMS/lp-develop-ai-solutions-azure-cosmos-db
New learning path for azure cosmos db modules
2 parents d5d3d20 + 6ca7769 commit 169b44a

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

  • learn-pr/paths/develop-ai-solutions-azure-cosmos-db
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
### YamlMime:LearningPath
2+
uid: learn.wwl.develop-ai-solutions-azure-cosmos-db
3+
metadata:
4+
title: Develop AI Solutions with Azure Cosmos DB for NoSQL
5+
description: Learn how to develop AI solutions using Azure Cosmos DB for NoSQL, including vector search and query optimization for RAG pipelines and semantic retrieval.
6+
ms.date: 02/08/2026
7+
author: jeffkoms
8+
ms.author: jeffko
9+
ms.topic: learning-path
10+
title: Develop AI solutions with Azure Cosmos DB for NoSQL
11+
prerequisites: |
12+
- Programming experience with Python.
13+
- Basic understanding of Azure services and cloud computing concepts.
14+
- Familiarity with JSON document structures.
15+
- Understanding of machine learning concepts including embeddings and similarity search.
16+
summary: |
17+
This learning path guides you through developing AI solutions using Azure Cosmos DB for NoSQL. You start by building a data foundation with the Cosmos DB resource model, SDK integration, CRUD operations, and SQL queries to retrieve document data for AI applications.
18+
19+
You then implement vector search capabilities to store embeddings, execute similarity queries using the VectorDistance function, combine vector search with metadata filters and hybrid search, and use the change feed to keep embeddings synchronized.
20+
21+
Finally, you optimize query performance by analyzing query patterns, configuring range and composite indexes, selecting vector index types, and choosing consistency levels that balance freshness with cost efficiency.
22+
iconUrl: /training/achievements/generic-trophy.svg
23+
levels:
24+
- intermediate
25+
roles:
26+
- developer
27+
products:
28+
- azure-cosmos-db
29+
subjects:
30+
- databases
31+
- artificial-intelligence
32+
modules:
33+
- learn.wwl.build-query-azure-cosmos-db
34+
- learn.wwl.implement-vector-search-azure-cosmos-db
35+
- learn.wwl.optimize-query-performance-azure-cosmos-db
36+
trophy:
37+
uid: learn.wwl.develop-ai-solutions-azure-cosmos-db.trophy

0 commit comments

Comments
 (0)