Skip to content

Commit 6c9e64f

Browse files
docs: add note on resolving prerelease dependencies in package.config format (#1884)
* docs: add note on resolving prerelease dependencies in package.config format * chore: clarify this is telerik reporting
1 parent 4412ed6 commit 6c9e64f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

interactivity/built-in-client-integration-ai-insights.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ To enable the AI-powered insights, follow these steps:
3939
- `Telerik.Reporting.AI.Microsoft.Extensions.OpenAI`—for OpenAI
4040
- `Telerik.Reporting.AI.Microsoft.Extensions.Ollama`—for Ollama
4141

42+
> These packages depend on other NuGet packages that are currently in prerelease versions. .NET Framework projects using the `packages.config` format cannot automatically resolve prerelease dependencies, which may cause installation errors. To resolve this, first manually install the required prerelease packages using the NuGet Package Manager UI with the ["Include prerelease" option enabled](https://learn.microsoft.com/en-us/nuget/create-packages/prerelease-packages#installing-and-updating-pre-release-packages), then install the Telerik Reporting AI package.
43+
4244
1. Add the [AIClient element]({%slug telerikreporting/aiclient-element%}) to the report engine configuration in your application's configuration file. This element allows you to specify the AI model, endpoint, and authentication credentials. The following example demonstrates a basic Azure OpenAI configuration:
4345

4446

0 commit comments

Comments
 (0)