Skip to content

Commit df09726

Browse files
Update vector-data-type.md
1 parent b330954 commit df09726

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/t-sql/data-types/vector-data-type.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: The vector data type stores vector data optimized for machine learn
44
author: WilliamDAssafMSFT
55
ms.author: wiassaf
66
ms.reviewer: damauri, pookam
7-
ms.date: 05/01/2025
7+
ms.date: 07/25/2025
88
ms.update-cycle: 180-days
99
ms.service: sql
1010
ms.subservice: t-sql
@@ -278,9 +278,9 @@ class Program
278278
### [JDBC](#tab/jdbc)
279279

280280
> [!IMPORTANT]
281-
> Requires **Microsoft JDBC Driver for SQL Server 13.1.0 Preview or later** for native vector type support.
281+
> Requires **Microsoft JDBC Driver for SQL Server 13.1.0 or later versions** for native vector type support.
282282
283-
Example of Insertion of **vector** data into table
283+
Example of insertion of **vector** data into table:
284284

285285
```java
286286
@Test
@@ -315,7 +315,9 @@ public void getVectorData() throws SQLException {
315315
}
316316
}
317317
```
318-
Example of selecting vector data from table
318+
319+
Example of selecting **vector** data from a table:
320+
319321
```java
320322
@Test
321323
public void getVectorData() throws SQLException {

0 commit comments

Comments
 (0)