Skip to content

Commit 89b2bed

Browse files
authored
Update distance-functions.md
1 parent d70edeb commit 89b2bed

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
@@ -14,7 +14,7 @@ Distance functions are mathematical formulas used to measure the similarity or d
1414

1515
## Manhattan distance
1616

17-
This measures the distance between two points by adding up the absolute differences of their coordinates. Imagine walking in a grid-like city, such as many neighborhoods in Manhattan; it's the total number of blocks you walk north-south and east-west.
17+
This measures the distance between two points by adding up the absolute differences of their coordinates. Imagine walking in a grid-like city, such as many neighborhoods in Manhattan; it is the total number of blocks you walk north-south and east-west.
1818

1919
## Euclidean distance
2020

0 commit comments

Comments
 (0)