Skip to content

Commit 78f602e

Browse files
Changes updated
1 parent 7e0794f commit 78f602e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

MAUI/Autocomplete/AI-Powered-Smart-Searching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: AI-Powered Smart Searching in SfAutocomplete Control | Syncfusion®
4-
description: Learn about how to implement AI-powered smart search using Syncfusion .NET MAUI Autocomplete control.
4+
description: Learn about how to implement AI-powered smart search using Syncfusion® .NET MAUI Autocomplete control.
55
platform: maui
66
control: SfAutocomplete
77
documentation: ug

MAUI/ComboBox/AI-Powered-Smart-Searching.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: AI-Powered Smart Searching in SfCombobox Control | Syncfusion®
4-
description: Learn about how to implement AI-powered smart search using Syncfusion .NET MAUI Combobox control.
4+
description: Learn about how to implement AI-powered smart search using Syncfusion® .NET MAUI Combobox control.
55
platform: maui
66
control: SfCombobox
77
documentation: ug
@@ -176,7 +176,7 @@ The logic within [GetMatchingIndexes](https://help.syncfusion.com/cr/maui/Syncfu
176176
To get accurate and structured results from the AI, we must provide a detailed prompt. This is constructed inside the
177177
`FilterItemsUsingAzureAI` method.
178178

179-
The `FilterItemsUsingAzureAI` method uses prompt engineering to instruct the AI on how to filter the results, including asking it to handle spelling mistakes and providing the response in a clean, parsable format.
179+
The `FilterItemsUsingAzureAI` method uses prompt engineering to instruct the AI on how to filter the results, including asking it to handle spelling mistakes and providing the response in a clean format.
180180

181181
{% tabs %}
182182
{% highlight c# %}
@@ -317,6 +317,6 @@ The following image demonstrates the output of the above AI-based search using a
317317

318318
![.NET MAUI Combobox With AI Smart Search.](Images/AISearch/ai_smart_search.png)
319319

320-
You can find the complete sample from this [link.
320+
You can find the complete sample from this [link.](https://github.com/SyncfusionExamples/Smart-AI-Searching-using-.NET-MAUI-ComboBox)
321321

322322
By combining a powerful AI-driven online search with a robust you can create a truly smart and reliable search experience in your .NET MAUI applications.

0 commit comments

Comments
 (0)