Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 1.78 KB

File metadata and controls

42 lines (35 loc) · 1.78 KB
title AI Functions (Transact-SQL)
description Use AI functions to integrate relational data with AI inference endpoints.
author JetterMcTedder
ms.author bspendolini
ms.reviewer randolphwest
ms.date 11/18/2025
ms.service sql
ms.subservice t-sql
ms.topic reference
ms.custom
sql-ai
ignite-2025
helpviewer_keywords
AI functions
dev_langs
TSQL
monikerRange =azuresqldb-current || >=sql-server-ver17 || >=sql-server-linux-ver17 || =fabric-sqldb

AI functions (Transact-SQL)

[!INCLUDE sqlserver2025-asdb-fabricsqldb]

The functions described in this article provide built-in support for AI and the creation of AI enabled applications.

Function Description
AI_GENERATE_EMBEDDINGS Create embeddings (vector arrays) from text expressions
AI_GENERATE_CHUNKS Create chunks of text from text expressions based on size and overlap parameters

For more info about the built-in support for AI in the database, review the following articles:

Related content