AzureAI.Community.SK.Plugin.VisualizationPlugin 1.0.0

dotnet add package AzureAI.Community.SK.Plugin.VisualizationPlugin --version 1.0.0                
NuGet\Install-Package AzureAI.Community.SK.Plugin.VisualizationPlugin -Version 1.0.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AzureAI.Community.SK.Plugin.VisualizationPlugin" Version="1.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AzureAI.Community.SK.Plugin.VisualizationPlugin --version 1.0.0                
#r "nuget: AzureAI.Community.SK.Plugin.VisualizationPlugin, 1.0.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AzureAI.Community.SK.Plugin.VisualizationPlugin as a Cake Addin
#addin nuget:?package=AzureAI.Community.SK.Plugin.VisualizationPlugin&version=1.0.0

// Install AzureAI.Community.SK.Plugin.VisualizationPlugin as a Cake Tool
#tool nuget:?package=AzureAI.Community.SK.Plugin.VisualizationPlugin&version=1.0.0                

Azure AI Community GitHub

AzureAI Community Semantic Kernel Plugin - Visualization Plugin

The AzureAI.Community.SK.Plugin.VisualizationPlugin is a plugin designed to convert Mermaid diagrams into images. This plugin provides the VisualizationToImage function, which accepts Mermaid code and generates a visual representation of the diagram as an image.

Overview

The VisualizationPlugin takes Mermaid code as input and converts it into an image, making it easy to visualize diagrams directly from text descriptions. By integrating this plugin with the Azure AI Semantic Kernel, you can automate the diagram creation and visualization process.

Prerequisites

To use the VisualizationPlugin, ensure the following:

  • Azure AI Semantic Kernel is installed.
  • Access to the Semantic Kernel Plugin system.

Installing the Plugin

To install the VisualizationPlugin, add it to your project by importing it into the kernel.

Example Code:

// Add the VisualizationPlugin to the Kernel
kernel.Plugins.AddFromType<VisualizationPlugin>(nameof(VisualizationPlugin));
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 50 2/25/2025