Skip to content

Commit 92926cd

Browse files
Merge pull request #36037 from mdaigle/patch-2
Update float16 vector feature availability details for ADO.NET driver
2 parents be486a4 + 14026e4 commit 92926cd

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-).
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)