Showing archive results for 2024

Aug 20, 2024
Post comments count0
Post likes count1

Customer Case Study: KPMG Clara AI and Microsoft’s Semantic Kernel

Sophia Lagerkrans-Pandey

Today we're featuring KPMG on our Semantic Kernel blog for their work on Clara AI in KPMG. You can learn more about the solution here: KPMG Partnership with Microsoft's Semantic Kernel Here's a quote from KPMG on the partnership, "Microsoft and KPMG entered a strategic alliance to modernize the work of KPMG professionals. KPMG Clara AI de...

Customer Story
Aug 15, 2024
Post comments count0
Post likes count1

Customer Case Study: Orion Innovation’s usage of Kernel Arguments

Sophia Lagerkrans-Pandey

Today we're featuring Vyshag Vadakara and Prasanth Thekkelthody from Orion Innovation and a recent article Vyshag published focused on Orion's usage of Microsoft Semantic Kernel. The article is linked here: Discover the Magic of Microsoft’s Semantic Kernel Arguments.   Getting Started The article highlights the benefits of using Semantic ...

Semantic KernelCustomer Story
Aug 13, 2024
Post comments count0
Post likes count4

Support for Azure.AI.OpenAI and OpenAI v2 is here

Mark Wallace

Update: We have released a new NuGet Gallery | Microsoft.SemanticKernel 1.18.1-rc release candidate which has been updated to depend on NuGet Gallery | OpenAI 2.0.0-beta.10 and NuGet Gallery | Azure.AI.OpenAI 2.0.0-beta.3. Today we are announcing that support for Azure.AI.OpenAI and OpenAI v2 .NET SDK is available in the Semantic Kernel v1.18.0-...

Semantic KernelAnnouncement
Aug 6, 2024
Post comments count2
Post likes count5

Guest Blog: Microsoft MVP Developed Course on Understanding Semantic Kernel

Sophia Lagerkrans-Pandey

Today we're featuring an AI Microsoft Most Valuable Professional (MVP) who's been developing content on Semantic Kernel. We wanted to highlight Jamie Maguire's work and detail the multi-part blog below. Here's the link to his course: New Course: Understanding Semantic Kernel – Jamie Maguire https://jamiemaguire.net/index.php/2024/08/03/new-free-...

Semantic KernelGuest Blog
Aug 1, 2024
Post comments count1
Post likes count5

Introducing enterprise multi-agent support in Semantic Kernel

Chris,
Evan

The term "agent" has become a popular term within the industry. There have many different definitions, but at their core, they consist of a system prompt (i.e., a persona), plugins, and an ability to automatically reason and create plans to address user goals. Up until today, we've demonstrated how you could use components of Semantic Kernel to ...

Semantic Kernel
Jul 30, 2024
Post comments count2
Post likes count4

What’s coming next? Summer / Fall roadmap for Semantic Kernel

Matthew Bolanos

It feels like yesterday when we went live with v1.0+ of all our SDKs (Python, Java, and C#) at Microsoft Build. Since then, the Semantic Kernel team has been hard at work making Semantic Kernel even better. Now that we've made some progress, we'd like to share what we have planned over the next few months for Microsoft Ignite. To see everything ...

Semantic Kernel
Jul 30, 2024
Post comments count0
Post likes count4

Support for Azure.AI.OpenAI and OpenAI v2 is coming

Mark Wallace

Microsoft announced the official OpenAI library for .NET at the Build 2024 conference. This new SDK ensures that .NET developers have parity with other programming language libraries when accessing Azure OpenAI models. This means the new SDK will be able to support the latest OpenAI features and models as soon as they come out, such as GPT4o and As...

Semantic Kernel
Jul 25, 2024
Post comments count0
Post likes count3

Announcing Semantic Kernel for Java 1.2.0

Derek,
John

Hello Java AI developers! We are announcing the release of Semantic Kernel for Java v1.2.0! Since our release of v1.0 this past May, we have been working to improve and expand the capabilities we provide. Today, we are thrilled to share the latest updates, new features, and experimental features with you. What’s New in Semantic Kernel for Java ...

Semantic KernelAnnouncementsAnnouncement
Jul 24, 2024
Post comments count0
Post likes count1

Customer Case Study: SimCorp’s AI Journey with Semantic Kernel

Sophia Lagerkrans-Pandey

We're excited to feature the SimCorp team on the Semantic Kernel blog today. The SimCorp team will discuss their AI journey and how they’ve integrated Semantic Kernel to build out their AI solutions. Let’s dive into the details from the SimCorp team! SimCorp Background: SimCorp was founded in 1971 and has continuously innovated to create an i...

Customer StorySemantic Kernel
Jul 23, 2024
Post comments count1
Post likes count0

Planning with Semantic Kernel using Automatic Function Calling

Dmytro,
Sophia

Hello, everyone! AI planning is a powerful tool that allows to generate and execute complex workflows in applications based on specified goal. In Semantic Kernel, it's possible to implement planning logic using FunctionCallingStepwisePlanner class. Today we want to introduce a new way how to achieve the same results by using Automatic Function C...

Semantic KernelAnnouncement