Skip to content

Commit 16c989d

Browse files
committed
fixed spacing
1 parent 71ce3d4 commit 16c989d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/SearchPage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ const SearchPage = () => {
175175
<TeachingPopoverBody>
176176
<TeachingPopoverTitle>AI Agent Powered Search</TeachingPopoverTitle>
177177
<div>
178-
This search engine uses AI Agents to find samples created over time and available at <Link href='https://github.com/Azure-Samples?q=azure-sql' target="_blank">Azure SQL Database Samples repository</Link> and <Link href='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 <Link href='https://github.com/Azure-Samples?q=azure-sql' target="_blank">Azure SQL Database Samples repository</Link> and <Link href='https://aka.ms/sqlai-samples' target="_blank"> Azure SQL AI Samples</Link> using a RAG pattern with structured output.
179179
<ul>
180180
<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>
181181
<li>Similiarity search across all available resources is done using the newly introduced <Link href='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

Comments
 (0)