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: articles/cosmos-db/quickstart-vector-store-dotnet.md
+26-2Lines changed: 26 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,30 @@ ms.custom:
22
22
23
23
Learn to use vector search in Azure Cosmos DB to store and query vector data efficiently. This quickstart provides a guided tour of key vector search techniques using a [.NET sample app](https://github.com/Azure-Samples/cosmos-db-vector-samples/tree/main/nosql-vector-search-dotnet) on GitHub.
24
24
25
+
The app uses a sample hotel dataset in a ---
26
+
27
+
title: Quickstart - Azure Cosmos DB vector search with .NET
28
+
description: Learn how to use vector search in Azure Cosmos DB with .NET. Store and query vector data efficiently in your applications.
29
+
author: alexwolfmsft
30
+
ms.author: alexwolf
31
+
ms.reviewer: khelanmodi
32
+
ms.devlang: csharp
33
+
ms.topic: quickstart-sdk
34
+
ms.date: 02/06/2026
35
+
ms.service: azure-cosmos-db
36
+
ms.subservice: nosql
37
+
ai-usage: ai-assisted
38
+
ms.custom:
39
+
- devx-track-dotnet
40
+
- devx-track-dotnet-ai
41
+
- devx-track-data-ai
42
+
# CustomerIntent: As a developer, I want to learn how to use vector search in .NET applications with Azure Cosmos DB.
43
+
---
44
+
45
+
# Quickstart: Vector search with .NET in Azure Cosmos DB
46
+
47
+
Learn to use vector search in Azure Cosmos DB to store and query vector data efficiently. This quickstart provides a guided tour of key vector search techniques using a [.NET sample app](https://github.com/Azure-Samples/cosmos-db-vector-samples/tree/main/nosql-vector-search-dotnet) on GitHub.
48
+
25
49
The app uses a sample hotel dataset in a JSON file with calculated vectors from the `text-embedding-3-small` model. The hotel data includes hotel names, locations, descriptions, and vector embeddings.
0 commit comments