File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 11---
22
3- title : Quickstart - Vector Search with Java
3+ title : Quickstart - Azure Cosmos DB vector search with Java
44description : Use this quickstart to implement vector search in Azure Cosmos DB with Java. Store and query hotel data with embeddings.
55author : diberry
66ms.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
476475For detailed information on distance functions, see [What are distance functions? ](./gen-ai/distance-functions.md)
477476
You can’t perform that action at this time.
0 commit comments