Skip to content

Commit 1ef18c6

Browse files
authored
Update vector-search.md
1 parent 3b4540d commit 1ef18c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/nosql/vector-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Performing vector search with Azure Cosmos DB for NoSQL requires you to define a
7070
* “path”: the property containing the vector (required).
7171
* “datatype”: the data type of the vector property (default Float32). 
7272
* “dimensions”: The dimensionality or length of each vector in the path. All vectors in a path should have the same number of dimensions. (default 1536).
73-
* “distanceFunction”: The metric used to compute distance/similarity (default Cosine).
73+
* “distanceFunction”: The metric used to compute distance/similarity. Supported metrics are: [cosine](https://en.wikipedia.org/wiki/Cosine_similarity), [dotproduct](https://en.wikipedia.org/wiki/Dot_product), and [euclidean](https://en.wikipedia.org/wiki/Euclidean_distance) (default cosine).
7474

7575
> [!NOTE]
7676
> Each unique path can have at most one policy. However, multiple policies can be specified provided that they all target a different path.

0 commit comments

Comments
 (0)