Aug 21, 2025
Post comments count0
Post likes count3
Create embeddings in SQL Server 2025 RC0 with a local ONNX model on Windows

With the release of SQL Server 2025 RC0, we have enabled the ability to use a local ONNX model on the server for embeddings. This allows you to use these models without having any network traffic leaving the local environment. Getting Started This example guides you through setting up SQL Server 2025 on Windows with an ONNX runtime to enabl...