Skip to content

Commit 6bf91d5

Browse files
authored
Update vector-distance-transact-sql.md
Removing the preview tag
1 parent 7d8a03c commit 6bf91d5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,10 @@ ms.custom:
2424
- build-2025
2525
---
2626

27-
# VECTOR_DISTANCE (Transact-SQL) (Preview)
27+
# VECTOR_DISTANCE (Transact-SQL)
2828

2929
[!INCLUDE [sqlserver2025-asdb-asmi-fabricsqldb](../../includes/applies-to-version/sqlserver2025-asdb-asmi-fabricsqldb.md)]
3030

31-
> [!NOTE]
32-
> This data type is in preview and is subject to change. Make sure to read preview usage terms in [Service Level Agreements (SLA) for Online Services](https://www.microsoft.com/licensing/docs/view/Service-Level-Agreements-SLA-for-Online-Services).
33-
3431
Calculates the distance between two vectors using a specified distance metric. Vector distance is always exact and doesn't use any vector index, even if available. In order to use a vector index and thus perform an approximate vector search, you must use the [VECTOR_SEARCH](vector-search-transact-sql.md) function. To learn more about how vector indexing and vector search works, and the differences between exact and approximate search, refer to [Vectors in the SQL Database Engine](../../relational-databases/vectors/vectors-sql-server.md).
3532

3633
> [!NOTE]

0 commit comments

Comments
 (0)