You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This search engine uses AI Agents to find samples created over time and available at <Linkhref='https://github.com/Azure-Samples?q=azure-sql'target="_blank">Azure SQL Database Samples repository</Link> and <Linkhref='https://aka.ms/sqlai-samples'target="_blank"> Azure SQL AI Samples</Link>using a RAG pattern with structured output.
178
+
This search engine uses AI Agents to find samples created over time and available at <Linkhref='https://github.com/Azure-Samples?q=azure-sql'target="_blank">Azure SQL Database Samples repository</Link> and <Linkhref='https://aka.ms/sqlai-samples'target="_blank"> Azure SQL AI Samples</Link>using a RAG pattern with structured output.
179
179
<ul>
180
180
<li>The searched text is given to an <strong>AI Agent</strong> that decide the best tool to use to answer the question, either using similarity search or generating and executing a SQL query</li>
181
181
<li>Similiarity search across all available resources is done using the newly introduced <Linkhref='https://devblogs.microsoft.com/azure-sql/exciting-announcement-public-preview-of-native-vector-support-in-azure-sql-database/'target="_blank">vector support in Azure SQL Database</Link>.</li>
0 commit comments