Skip to content

Commit 24f5aa1

Browse files
erinstellato-msrwestMSFT
authored andcommitted
Update Copilot name and link
# Conflicts: # docs/sql-server/what-s-new-in-sql-server-2025.md
1 parent 2b279fd commit 24f5aa1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/sql-server/what-s-new-in-sql-server-2025.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The following sections identify features that are improved or introduced in [!IN
101101

102102
| New feature or update | Details |
103103
| --- | --- |
104-
| [Copilot in SQL Server Management Studio](/ssms/copilot/copilot-in-ssms-overview) | Ask questions. Get answers from your data. |
104+
| [GitHub Copilot in SQL Server Management Studio](/ssms/github-copilot/overview) | Ask questions. Get answers from your data. |
105105
| [Vector data type](../t-sql/data-types/vector-data-type.md) | Store vector data optimized for operations such as similarity search and machine learning applications. Vectors are stored in an optimized binary format but are exposed as JSON arrays for convenience. Each element of the vector can be stored either using a single-precision (4-byte) or half-precision (2-byte) floating-point value. |
106106
| [Vector functions](../t-sql/functions/vector-functions-transact-sql.md) | New scalar functions perform operations on vectors in binary format, allowing applications to store and manipulate vectors in the SQL Database Engine. |
107107
| [Vector index](ai/vectors.md#vector-search) | Create and manage approximate vector indexes to quickly and efficiently find similar vectors to a given reference vector.<br /><br />Query vector indexes from [sys.vector_indexes](../relational-databases/system-catalog-views/sys-vector-indexes-transact-sql.md). Requires [PREVIEW_FEATURES database scoped configuration](../t-sql/statements/alter-database-scoped-configuration-transact-sql.md#preview-features). |

0 commit comments

Comments
 (0)