Skip to content

Commit 68b280e

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

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: Data Restructuring with Blazor TreeGrid and AI Models
4-
description: Learn how to use Syncfusion Blazor TreeGrid with AI service to automatically organize hierarchical data by assigning ParentId values based on CategoryName relationships.
3+
title: Data Restructuring with Blazor TreeGrid and AI Models | Syncfusion
4+
description: Learn how to use Syncfusion Blazor TreeGrid with AI service to automatically organize hierarchical data.
55
platform: Blazor
66
control: AI Integration
77
documentation: ug
@@ -371,8 +371,6 @@ If the AI service fails to return a valid response, the TreeGrid will display an
371371
- **Network Issues**: Check connectivity to the AI service endpoint, especially for self-hosted Ollama instances.
372372
- **Large Datasets**: Processing large datasets may cause timeouts. Consider batching data or optimizing the prompt for efficiency.
373373

374-
For further assistance, refer to the [Syncfusion Blazor Documentation](https://blazor.syncfusion.com/documentation) or the [Ollama Documentation](https://ollama.com/docs).
375-
376374
## Performance Considerations
377375

378376
When handling large datasets, ensure the Ollama server has sufficient resources (CPU/GPU) to process requests efficiently. For datasets exceeding 10,000 records, consider splitting the data into smaller batches to avoid performance bottlenecks. Test the application with your specific dataset to determine optimal performance.

0 commit comments

Comments
 (0)