Skip to content

Commit 14026e4

Browse files
Update availability date and transport support details
Updated the date for the availability of the half-precision float vector data type and clarified the binary transport support status.
1 parent c621d5d commit 14026e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/t-sql/data-types/vector-data-type-half-precision-float.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Introduces dimension type of half-precision floating point for vect
44
author: WilliamDAssafMSFT
55
ms.author: wiassaf
66
ms.reviewer: damauri, pookam, mikeray, randolphwest
7-
ms.date: 11/18/2025
7+
ms.date: 12/08/2025
88
ms.service: sql
99
ms.subservice: t-sql
1010
ms.topic: quickstart
@@ -63,7 +63,7 @@ column_name VECTOR ( <dimensions> [, <base_type>] ) [ NOT NULL | NULL ]
6363

6464
### Feature availability
6565

66-
`float16` vector is currently available for preview. To test, enable the `PREVIEW_FEATURES` database scoped configuration option. For details, review [PREVIEW_FEATURES = { ON | OFF }](../statements/alter-database-scoped-configuration-transact-sql.md#preview_features---on--off-). `float16` vectors are currently transmitted as **varchar(max)** (JSON array) over TDS. Binary transport support for `float16` isn't yet available.
66+
`float16` vector is currently available for preview. To test, enable the `PREVIEW_FEATURES` database scoped configuration option. For details, review [PREVIEW_FEATURES = { ON | OFF }](../statements/alter-database-scoped-configuration-transact-sql.md#preview_features---on--off-). `float16` vectors are currently transmitted as **varchar(max)** (JSON array) over TDS. Binary transport support for `float16` isn't currently available.
6767

6868
```sql
6969
ALTER DATABASE SCOPED CONFIGURATION SET PREVIEW_FEATURES = ON;

0 commit comments

Comments
 (0)