Skip to content

Commit c099269

Browse files
983466: Updated the AI Base UG Sections.
1 parent d54b752 commit c099269

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

blazor/smart-ai-solutions/ai/azure-openai.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ documentation: ug
99

1010
# Azure OpenAI Integration with Syncfusion® Blazor AI
1111

12-
The [Syncfusion Blazor AI](https://www.nuget.org/packages/Syncfusion.Blazor.AI) library enables seamless integration with [Azure OpenAI](https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/create-resource) to add AI-driven features to Blazor applications. These features include natural language querying (converting plain English queries to structured data filters), data analysis (processing and summarizing datasets), and content processing (generating or refining text). This guide explains how to configure the library and use it with Syncfusion Blazor components, such as the QueryBuilder and Grid, to implement intelligent functionality.
12+
The [Syncfusion Blazor AI](https://www.nuget.org/packages/Syncfusion.Blazor.AI) library enables seamless integration with [Azure OpenAI](https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/create-resource) to add AI-driven features to Blazor applications. These features include natural language querying (converting plain English queries to structured data filters), data analysis (processing and summarizing datasets), and content processing (generating or refining text).
1313

1414
## Prerequisites
1515

16-
To integrate Azure OpenAI with a Blazor application, ensure the following:
16+
To integrate Azure OpenAI with a Blazor WebApp Server, ensure the following:
1717
- The following NuGet packages are installed:
1818
{% tabs %}
1919
{% highlight C# tabtitle="Package Manager" %}
@@ -33,7 +33,7 @@ Install-Package Azure.AI.OpenAI
3333

3434
### Register AI Services in Program.cs
3535

36-
To configure Azure OpenAI in a Blazor application, update the `Program.cs` file as follows:
36+
To configure Azure OpenAI in a Blazor WebApp Server, update the `Program.cs` file as follows:
3737

3838
```csharp
3939
// Add required namespaces

blazor/smart-ai-solutions/ai/ollama.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ documentation: ug
99

1010
# Ollama Integration with Syncfusion® Blazor AI
1111

12-
The [Syncfusion Blazor AI](https://www.nuget.org/packages/Syncfusion.Blazor.AI) library enables seamless integration with [Ollama](https://ollama.com/) to add AI-driven features to Blazor applications using locally hosted AI models. These features include data restructuring (organizing data into hierarchical formats), content analysis (evaluating text or data patterns), and hierarchical organization (assigning parent-child relationships). This guide explains how to configure the library and use it with Syncfusion Blazor components, such as the TreeGrid, to implement intelligent functionality without external API dependencies.
12+
The [Syncfusion Blazor AI](https://www.nuget.org/packages/Syncfusion.Blazor.AI) library enables seamless integration with [Ollama](https://ollama.com/) to add AI-driven features to Blazor applications using locally hosted AI models. These features include data restructuring (organizing data into hierarchical formats), content analysis (evaluating text or data patterns), and hierarchical organization (assigning parent-child relationships).
1313

1414
## Prerequisites
1515

16-
To integrate Ollama with a Blazor application, ensure the following:
16+
To integrate Ollama with a Blazor WebApp Server, ensure the following:
1717
- The following NuGet packages are installed:
1818
{% tabs %}
1919
{% highlight C# tabtitle="Package Manager" %}
@@ -36,7 +36,7 @@ Install-Package OllamaSharp
3636

3737
### Register AI Services in Program.cs
3838

39-
To configure Ollama in a Blazor application, update the `Program.cs` file as follows:
39+
To configure Ollama in a Blazor WebApp Server, update the `Program.cs` file as follows:
4040

4141
```csharp
4242
// Add required namespaces

blazor/smart-ai-solutions/ai/openAI.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ documentation: ug
99

1010
# OpenAI Integration with Syncfusion® Blazor AI
1111

12-
The [Syncfusion Blazor AI](https://www.nuget.org/packages/Syncfusion.Blazor.AI) library enables seamless integration with [OpenAI](https://help.openai.com/en/articles/4936850-where-do-i-find-my-openai-api-key) to add AI-driven features to Blazor applications. These features include anomaly detection (identifying irregular data patterns), data analysis (processing and summarizing data), and content generation (creating text based on user input). This guide explains how to configure the library and use it with Syncfusion Blazor components, such as the Grid, to implement intelligent functionality.
12+
The [Syncfusion Blazor AI](https://www.nuget.org/packages/Syncfusion.Blazor.AI) library enables seamless integration with [OpenAI](https://help.openai.com/en/articles/4936850-where-do-i-find-my-openai-api-key) to add AI-driven features to Blazor applications. These features include anomaly detection (identifying irregular data patterns), data analysis (processing and summarizing data), and content generation (creating text based on user input).
1313

1414
## Prerequisites
1515

16-
To integrate OpenAI with a Blazor application, ensure the following:
16+
To integrate OpenAI with a Blazor WebApp Server, ensure the following:
1717
- The following NuGet packages are installed:
1818
{% tabs %}
1919
{% highlight C# tabtitle="Package Manager" %}
@@ -32,7 +32,7 @@ Install-Package Microsoft.Extensions.AI.OpenAI
3232

3333
### Register AI Services in Program.cs
3434

35-
To configure OpenAI in a Blazor application, update the `Program.cs` file as follows:
35+
To configure OpenAI in a Blazor WebApp Server, update the `Program.cs` file as follows:
3636

3737
```csharp
3838
// Add required namespaces

0 commit comments

Comments
 (0)