Showing category results for .NET

Nov 25, 2024
Post comments count1
Post likes count1

Unlocking the Power of Memory: Announcing General Availability of Semantic Kernel’s Memory Packages

Wes,
Eduard

We are thrilled to announce the General Availability (GA) of our Memory packages for .NET, Java, and Python! The Semantic Kernel team and our partners have been working hard to allow you to quickly connect to vector stores and make it easy for you to do embeddings and data retrieval between stores. Transforming Data Management with Vector Stores...

Announcement.NETPython
Nov 21, 2024
Post comments count0
Post likes count0

Announcing the GA Release of Filters for .NET and Python in Semantic Kernel

Roger,
Eduard,
Dmytro

We are excited to announce the General Availability (GA) release of Filters for our .NET and Python Semantic Kernel! This vital enhancement strengthens the control and visibility developers have when running functions, ensuring responsible AI practices are instilled from the ground up. Filters not only improve security but also contribute to buildi...

Semantic KernelAnnouncementsAnnouncement
Nov 21, 2024
Post comments count0
Post likes count3

Announcing the GA Release of the OpenAPI Plugin for .NET and Python in Semantic Kernel

Sergey,
Dmytro,
Evan

We are thrilled to announce the General Availability (GA) release of the OpenAPI package for Semantic Kernel, available for both .NET and Python! With this significant milestone, developers can easily integrate existing APIs as plugins, enhancing the capabilities of their AI agents while making them more versatile in real-world applications. Why O...

.NETAnnouncementsAnnouncement
Nov 19, 2024
Post comments count0
Post likes count0

Leveraging Microsoft 365 Agents SDK with Semantic Kernel for Enhanced Multichannel AI

Ben Thomas

As the landscape of AI continues to evolve, meeting users where they are is vital. We want to spotlight the newly released Microsoft 365 Agents SDK and its seamless integration with Semantic Kernel. This powerful combination empowers developers to create robust AI agents capable of operating across multiple channels, engaging users wherever they ar...

Semantic KernelAnnouncementsAnnouncement
Oct 29, 2024
Post comments count0
Post likes count1

Microsoft.Extensions.VectorData.Abstractions: Now Available

Mark Wallace

We are thrilled to announce the launch of Microsoft.Extensions.VectorData for .NET! Our collaboration with the .NET team since the debut of Semantic Kernel has resulted in a powerful new feature that aligns with the best practices of both current and upcoming .NET releases.  This is the second new package as part of this collaboration.  You can lea...

Semantic KernelAnnouncementsAnnouncement
Oct 28, 2024
Post comments count0
Post likes count4

Diving into Function Calling and its JSON Schema in Semantic Kernel .NET

Sophia,
Adit

Diving into Function Calling and its JSON Schema in Semantic Kernel .NET Function-calling is one of the most exciting features of certain Large Language Models (LLMs), enabling developers to execute code directly in response to user queries. In Semantic Kernel, we streamline the process by allowing you to use built-in plugins or integrate your own...

.NETAnnouncement
Oct 24, 2024
Post comments count0
Post likes count0

eShop infused with AI – a comprehensive intelligent app sample with Semantic Kernel

Sophia Lagerkrans-Pandey

Today we're featuring a sample application, called eShop. You can read the entire blog post and steps for running the application here: eShop infused with AI - a comprehensive intelligent app sample - .NET Blog Below, we have a brief summary of eShop and the integration with Semantic Kernel. Introducing eShop “support with AI” edition The AI-e...

.NET
Oct 11, 2024
Post comments count0
Post likes count2

Announcement: Agent Framework Documentation Updates

Evan,
Chris,
Sophia

The Semantic Kernel Agent Framework revolutionizes how developers can interact with Large Language Models (LLMs) by embedding dynamic, multi-step agents into their applications. By combining the power of LLMs with structured programming, the framework allows developers to build intelligent systems that can autonomously carry out tasks, reason based...

Semantic Kernel.NETPython
Oct 8, 2024
Post comments count3
Post likes count5

Microsoft.Extensions.AI: Simplifying AI Integration for .NET Partners

Evan Chaki

We are thrilled to announce the launch of Microsoft.Extensions.AI for .NET! Our collaboration with the .NET team since the debut of Semantic Kernel has resulted in a powerful new feature that aligns with the best practices of both current and upcoming .NET releases. With the introduction of Microsoft.Extensions.AI, Independent Software Vendors (...

.NETAnnouncementsAnnouncement
Oct 1, 2024
Post comments count2
Post likes count5

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

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 mo...

Announcement.NET