Skip to content

Commit 777c494

Browse files
980261: Added UG for Tree Grid AI sample.
1 parent 189e83a commit 777c494

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blazor/smart-ai-solutions/ai-samples/treegrid/adaptive-structuring.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords: Blazor TreeGrid, AI data restructuring, Syncfusion Blazor AI
1010

1111
# Data Restructuring with Blazor TreeGrid and Ollama
1212

13-
This guide demonstrates how to use the [**Syncfusion.Blazor.AI**](https://www.nuget.org/packages/Syncfusion.Blazor.AI) package with the AI service to automatically organize hierarchical data in a Syncfusion Blazor TreeGrid component. The [**Syncfusion.Blazor.AI**](https://www.nuget.org/packages/Syncfusion.Blazor.AI) package enables integration with AI models to process and structure data, while Ollama provides self-hosted or cloud-based AI capabilities for analyzing relationships in datasets. In this example, the application assigns appropriate `ParentId` values based on `CategoryName` relationships, dynamically updating the TreeGrid to reflect the corrected hierarchical structure.
13+
This guide demonstrates how to use the [**Syncfusion.Blazor.AI**](https://www.nuget.org/packages/Syncfusion.Blazor.AI) package to automatically organize hierarchical data in a Syncfusion Blazor TreeGrid component. The [**Syncfusion.Blazor.AI**](https://www.nuget.org/packages/Syncfusion.Blazor.AI) package enables integration with AI models to process and structure data, while Ollama provides self-hosted or cloud-based AI capabilities for analyzing relationships in datasets. In this example, the application assigns appropriate `ParentId` values based on `CategoryName` relationships, dynamically updating the TreeGrid to reflect the corrected hierarchical structure.
1414

1515
## Prerequisites
1616

@@ -230,7 +230,7 @@ await builder.Build().RunAsync();
230230

231231
## Razor Component (`Home.razor`)
232232

233-
This section implements the Syncfusion Blazor TreeGrid with AI-driven data restructuring using the Ollama model to assign `ParentId` values based on `CategoryName` relationships.
233+
This section implements the Syncfusion Blazor TreeGrid with AI-driven data restructuring using the AI model to assign `ParentId` values based on `CategoryName` relationships.
234234

235235
```csharp
236236
@page "/"

0 commit comments

Comments
 (0)