Skip to content

Commit 8d887b3

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 61064de commit 8d887b3

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22

3-
title: Quickstart - Vector Search with Java
3+
title: Quickstart - Azure Cosmos DB vector search with Java
44
description: Use this quickstart to implement vector search in Azure Cosmos DB with Java. Store and query hotel data with embeddings.
55
author: diberry
66
ms.author: diberry
@@ -467,11 +467,10 @@ In the example output using **cosine similarity**:
467467
- Scores closer to **1.0** indicate stronger semantic similarity
468468
- Scores near **0** indicate little similarity
469469
470-
**Important notes:**
471-
472-
- Absolute score values depend on your embedding model and data
473-
- Focus on **relative ranking** rather than absolute thresholds
474-
- Azure OpenAI embeddings work best with cosine similarity
470+
> [!IMPORTANT]
471+
> - Absolute score values depend on your embedding model and data
472+
> - Focus on **relative ranking** rather than absolute thresholds
473+
> - Azure OpenAI embeddings work best with cosine similarity
475474
476475
For detailed information on distance functions, see [What are distance functions?](./gen-ai/distance-functions.md)
477476

0 commit comments

Comments
 (0)