Showing category results for .NET

Sep 17, 2024
Post comments count0
Post likes count6

New Function Calling Available in .NET for Semantic Kernel

Sergey Menshykh

We are happy to announce release of the new function-calling capabilities available in Semantic Kernel v1.20 (.NET). The new capabilities incorporates the best parts of the existing function-calling, such as ease of use, and improves on it by making it more extensible and reusable. Function calling allows Plugin descriptions to be passed into...

Semantic KernelAnnouncement.NET
Jun 13, 2024
Post comments count1
Post likes count3

Building Generative AI apps with .NET 8 and Semantic Kernel

Sophia Lagerkrans-Pandey

Today's we'd like to share a blog post from two members of the .NET team, Jordan Matthiesen and Luis Quintanilla, focused on Building Generative AI apps with .NET 8 - .NET Blog (microsoft.com). The future of AI is here, and .NET is ready for it! With .NET 8, you can create amazing applications that integrate language models in your new and exist...

Semantic KernelAnnouncements.NET
Jun 12, 2024
Post comments count1
Post likes count2

Azure OpenAI On Your Data with Semantic Kernel

Dmytro,
Sophia

Hello, everyone! In the fast-paced world of technology, using artificial intelligence to get more out of your data is becoming essential. Azure OpenAI on Your Data is a feature that helps businesses do just that. It combines the advanced AI models from OpenAI with the strong data management tools of Azure, allowing you to use AI with your own da...

Semantic Kernel.NETLearning
Jun 11, 2024
Post comments count2
Post likes count6

Build AI Applications with ease using Semantic Kernel and .NET Aspire

Sophia,
Vic

Hello, everyone! Today, we are featuring a guest author from another team at Microsoft on our blog. Today’s topic will explore how we can build AI applications with ease using the Semantic Kernel and .NET Aspire. So, if you're excited about creating intelligent, scalable, and efficient apps, keep reading. Understanding Semantic Kernel and .NET Asp...

Semantic Kernel.NETLearning
May 14, 2024
Post comments count1
Post likes count0

Using Semantic Kernel to create a Time Plugin with .NET

Sophia,
Roger

Plugins are one of the most powerful features of Semantic Kernel and in this demo we show how you can easily use Plugins with the power of Auto Function Calling from AI Models.   A Glimpse into the Demonstration  Time Information Plugin  In the demo we implement a simple class TimeInformantionPlugin with one function to retrieve the UTC time in ...

SamplesSemantic Kernel.NET