Skip to content

Commit 930ecbe

Browse files
Merge pull request #279973 from wmwxwa/patch-23
Fix grammar error in distance-functions.md
2 parents be63e1c + f6be64e commit 930ecbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/gen-ai/distance-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 07/01/2024
1010

1111
# What are distance functions?
1212

13-
Distance functions are mathematical formulas used to measure the similarity or dissimilarity between vectors (see [vector search](vector-search-overview.md)). Common examples include Manhattan distance, Euclidean distance, cosine similarity, and dot product. These measurements are crucial for determining how closely related two pieces of data.
13+
Distance functions are mathematical formulas used to measure the similarity or dissimilarity between vectors (see [vector search](vector-search-overview.md)). Common examples include Manhattan distance, Euclidean distance, cosine similarity, and dot product. These measurements are crucial for determining how closely related two pieces of data are.
1414

1515
## Manhattan distance
1616

0 commit comments

Comments
 (0)