Showing results for April 2025 - Azure SQL Devs’ Corner

Apr 21, 2025
Post comments count0
Post likes count1

Predictable LLM results with Structured Output and sp_invoke_external_rest_endpoint

Davide Mauri
Davide Mauri

OpenAI recently introduced a powerful new feature for developers: structured output using JSON Schema via the parameter. This makes it possible to request responses from a GPT-4o model that strictly match a given schema—no free-text, no guesswork. If you're working with Azure SQL, this is a game-changer. Combined with the stored procedure and SQ...

Azure SQLAI
Apr 7, 2025
Post comments count0
Post likes count2

Enhancing Search Capabilities in SQL Server and Azure SQL with Hybrid Search and RRF Re-Ranking

Davide Mauri
Davide Mauri

In today's data-driven world, delivering precise and contextually relevant search results is critical. SQL Server and Azure SQL Database now enable this through Hybrid Search—a technique that combines traditional full-text search with modern vector similarity search. This allows developers to build intelligent, AI-powered search experiences directl...

AI