Showing results for Category: .NET from Semantic Kernel

Oct 1, 2024
2
2

Using JSON Schema for Structured Output in .NET for OpenAI Models

Sophia Lagerkrans-Pandey Dmytro Struk
Sophia,
Dmytro

In one of the previous posts, we demonstrated how to use JSON Schema to get Structured Output with OpenAI and Python version of Semantic Kernel: Using JSON Schema for Structured Output in Python for OpenAI Models. In this post, we will explore how to implement a JSON Schema-based structured output using .NET version of Semantic Kernel. For ...

Announcement.NET
Sep 17, 2024
0
6

New Function Calling Available in .NET for Semantic Kernel

Sergey Menshykh
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
1
3

Building Generative AI apps with .NET 8 and Semantic Kernel

Sophia Lagerkrans-Pandey
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 ...

Semantic KernelAnnouncements.NET
Jun 12, 2024
1
2

Azure OpenAI On Your Data with Semantic Kernel

Dmytro Struk Sophia Lagerkrans-Pandey
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 ...

Semantic KernelLearning.NET
Jun 11, 2024
2
6

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

Sophia Lagerkrans-Pandey Vic Perdana
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 ...

Semantic KernelLearning.NET
May 14, 2024
1
0

Using Semantic Kernel to create a Time Plugin with .NET

Sophia Lagerkrans-Pandey Roger Barreto
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...

SamplesSemantic Kernel.NET