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
fix: restore .NET quickstart to match upstream (remove from Python PR)
Remove duplicated front matter/title/intro block that was accidentally
spliced into the .NET quickstart article body. Revert azure.yaml and
gpt-4.1-mini cross-cutting fixes so this file matches upstream/main
exactly and drops out of the Python PR #4702 diff. Those fixes live
in their own PRs (#4700, #4701, #4705).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copy file name to clipboardExpand all lines: articles/cosmos-db/quickstart-vector-store-dotnet.md
+3-27Lines changed: 3 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,30 +22,6 @@ 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
-
49
25
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