Skip to content

Commit 5532b3c

Browse files
diberryCopilot
andcommitted
fix: add branded product name to title, use NOTE markdown
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent b72939b commit 5532b3c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

articles/cosmos-db/quickstart-vector-store-go.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Quickstart - Vector Search with Go
2+
title: Quickstart - Azure Cosmos DB vector search with Go
33
description: Use this quickstart to implement vector search in Azure Cosmos DB with Go. Store and query hotel data with embeddings.
44
author: diberry
55
ms.author: diberry
@@ -527,11 +527,10 @@ In the example output using **cosine similarity**:
527527
- Scores closer to **1.0** indicate stronger semantic similarity
528528
- Scores near **0** indicate little similarity
529529

530-
**Important notes:**
531-
532-
- Absolute score values depend on your embedding model and data
533-
- Focus on **relative ranking** rather than absolute thresholds
534-
- Azure OpenAI embeddings work best with cosine similarity
530+
> [!IMPORTANT]
531+
> - Absolute score values depend on your embedding model and data
532+
> - Focus on **relative ranking** rather than absolute thresholds
533+
> - Azure OpenAI embeddings work best with cosine similarity
535534

536535
For detailed information on distance functions, see [What are distance functions?](./gen-ai/distance-functions.md)
537536

0 commit comments

Comments
 (0)