Showing results for Category: .NET from Semantic Kernel

Mar 6, 2025
0
0

Effortlessly Integrate xAI’s Grok with Semantic Kernel

Roger Barreto
Roger Barreto

For Semantic Kernel users, integrating xAI's Grok API using the OpenAI connector is a breeze thanks to its compatibility with OpenAI's API format. This tutorial focuses on setting up Grok in your Semantic Kernel projects with minimal fuss, using C# and Python examples. Why Grok? Grok, built by xAI, is a powerful AI model, offers a 128k conte...

Semantic KernelAnnouncementPython
Feb 24, 2025
1
0

Hybrid Model Orchestration

Sergey Menshykh
Sergey Menshykh

Hybrid model orchestration is a powerful technique that AI applications can use to intelligently select and switch between multiple models based on various criteria, all while being transparent to the calling code. This technique not only allows for model selection based on factors such as the prompt's input token size and each model's min/max toke...

Semantic KernelSamples.NET
Nov 25, 2024
1
1

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

Wes Steyn Eduard van Valkenburg
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...

AnnouncementPython.NET
Nov 21, 2024
0
0

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

Roger Barreto Eduard van Valkenburg Dmytro Struk
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
0
3

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

Sergey Menshykh Dmytro Struk Evan Mattson
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...

AnnouncementsAnnouncementPython
Nov 19, 2024
0
0

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

Ben Thomas
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
0
1

Microsoft.Extensions.VectorData.Abstractions: Now Available

Mark Wallace
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
0
4

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

Sophia Lagerkrans-Pandey Adit Sheth
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
0
0

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

Sophia Lagerkrans-Pandey
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
0
2

Announcement: Agent Framework Documentation Updates

Evan Mattson Chris Rickman Sophia Lagerkrans-Pandey
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 KernelPython.NET