Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 25ad6c7

Browse files
Update vector-distance-transact-sql.md formatting and links
1 parent 295d70f commit 25ad6c7

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

docs/t-sql/functions/vector-distance-transact-sql.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "VECTOR_DISTANCE calculates the distance between two vectors using
44
author: WilliamDAssafMSFT
55
ms.author: wiassaf
66
ms.reviewer: damauri, pookam
7-
ms.date: 09/11/2024
7+
ms.date: 02/18/2025
88
ms.service: sql
99
ms.subservice: t-sql
1010
ms.topic: reference
@@ -48,11 +48,11 @@ A string with the name of the distance metric to use to calculate the distance b
4848

4949
### vector1
5050

51-
An expression that evaluates to *vector* data type.
51+
An expression that evaluates to **vector** data type.
5252

5353
### vector2
5454

55-
An expression that evaluates to *vector* data type.
55+
An expression that evaluates to **vector** data type.
5656

5757
## Distance Metrics
5858

@@ -66,7 +66,7 @@ An expression that evaluates to *vector* data type.
6666

6767
The function returns a scalar **float** value that represents the distance between the two vectors using the specified distance metric.
6868

69-
An error is returned if *distance_metric* isn't a valid metric and if the provided vectors are not of the [vector](../../t-sql/data-types/vector-data-type.md) type.
69+
An error is returned if *distance_metric* isn't a valid metric and if the provided vectors are not of the [vector data type](../../t-sql/data-types/vector-data-type.md).
7070

7171
## Examples
7272

@@ -130,3 +130,4 @@ ORDER BY
130130

131131
- [Overview of vectors in the SQL Database Engine](../../relational-databases/vectors/vectors-sql-server.md)
132132
- [Azure SQL Database Vector Search Samples](https://github.com/Azure-Samples/azure-sql-db-vector-search)
133+
- [Vector data type](../../t-sql/data-types/vector-data-type.md)

0 commit comments

Comments
 (0)