Skip to content

Commit c621d5d

Browse files
authored
Update float16 vector feature availability details
Added information about binary transport support for float16 vectors.
1 parent e27eb3e commit c621d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 yet available.
6767

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

0 commit comments

Comments
 (0)