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---
2- title : Quickstart - Vector Search with Go
2+ title : Quickstart - Azure Cosmos DB vector search with Go
33description : Use this quickstart to implement vector search in Azure Cosmos DB with Go. Store and query hotel data with embeddings.
44author : diberry
55ms.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
536535For detailed information on distance functions, see [What are distance functions? ](./gen-ai/distance-functions.md)
537536
You can’t perform that action at this time.
0 commit comments