Showing category results for Announcements

Nov 9, 2023
Post comments count0
Post likes count2

Unveiling the Next Steps in AI Productivity: Plugins, Planners, and Personas at Microsoft Ignite

Evan Chaki
Evan Chaki

As the Microsoft Ignite event approaches on November 16th, we are excited to invite you to join us for a live session at the Seattle Convention Center Summit. This gathering is a special opportunity for business leaders and AI enthusiasts to gain insight into the advancements of Semantic Kernel, particularly in the realms of Plugins, Planners, and ...

Semantic KernelAnnouncements
Oct 11, 2023
Post comments count1
Post likes count0

Chat Copilot Integration with Semantic Memory – Release 0.5

Chris Rickman
Chris Rickman

Chat Copilot Release 0.5 introduces the integration of Semantic Memory (SM).  Chat Copilot now utilizes the ISemanticMemoryClient interface from SM instead of the ISemanticTextMemory interface associated with Semantic Kernel memory connectors. Semantic Memory (SM) is an open-source platform specialized in the efficient indexing of datasets t...

Semantic KernelAnnouncements
Sep 25, 2023
Post comments count0
Post likes count0

Supercharge Your Semantic Kernel Experience: Unleashing the Power of Pre and Post Hooks

Nilesh Acharya
Nilesh Acharya

Semantic Kernel is a powerful SDK that enables developers to build intelligent applications with ease. With the latest update to the .net SDK, the addition of pre and post hooks takes the functionality of Semantic Kernel to new heights. Benefits of Pre and Post Hooks Pre and post hooks provide developers with a way to intercept function executi...

Semantic KernelAnnouncements
Sep 21, 2023
Post comments count0
Post likes count0

Save Time with Semantic Kernel’s Updated Error Handling

Nilesh Acharya
Nilesh Acharya

Error handling is an essential aspect of application development. It ensures that applications can gracefully handle unexpected situations and provide meaningful feedback to users. In this blog post, we will explore the recent improvements made by the team to the error handling mechanism in the Semantic Kernel (SK) .net library. SKException: M...

Semantic KernelAnnouncements
Aug 28, 2023
Post comments count0
Post likes count0

Chat Copilot Performance improvements for chat and messaging loading

Nilesh Acharya
Nilesh Acharya

We are introducing enhancements to greatly improve performance, reduce cost and data throughput for customers of Chat Copilot. In the current design, partitions are defined by an ID. Overtime as the CosmosDB grows with increased storage we have seen scenarios with extended processing time when customers try to load the list of chats for a curre...

Semantic KernelAnnouncements
Aug 3, 2023
Post comments count0
Post likes count4

Unlock the Power of Telemetry in Semantic Kernel SDK

Nilesh Acharya
Nilesh Acharya

As more and more customers are becoming reliant on the Semantic Kernel SDK to create sophisticated and powerful applications, we have heard the need for greater transparency into end-to-end traceability and debugging. For example, if you want to know how a specific plugin can impact performance or looking for a way to debug a request this blog po...

Semantic KernelAnnouncements
Jul 19, 2023
Post comments count1
Post likes count4

Announcing Semantic Kernel integration with Azure AI Search (formerly Azure Cognitive Search)

Nilesh Acharya
Nilesh Acharya

We're excited to announce integration of Azure AI Search with Semantic Kernel, available in both C# and Python. This integration follows the existing Semantic Memory architecture, making it incredibly easy for developers to add memory to prompts and plugins. This integration unlocks the following key benefits. By leveragi...

AnnouncementsSemantic KernelVector Database
Jul 19, 2023
Post comments count0
Post likes count5

Introducing Semantic Kernel for Java

Bruno Borges
Bruno Borges

Hello Java developers! We are thrilled to announce the first release of the Microsoft Semantic Kernel for Java! This Java library opens up new developer possibilities by seamlessly integrating AI services like OpenAI and Azure OpenAI with conventional and idiomatic programming. Now, you can create cutting-edge AI applications that combine the be...

JavaSemantic KernelAnnouncements
Jul 12, 2023
Post comments count0
Post likes count2

Semantic Kernel Tools: Prompt Engineering for Multiple Endpoints

Shannon Monroe
Shannon Monroe

Are you curious how you can test your designs and applications against multiple endpoints, and compare cost or performance?  Are you ready to take your prompt engineering to the next level? We are thrilled to announce an exciting new feature for Semantic Kernel Tools, the Visual Studio Code extension designed to enhance the development e...

AnnouncementsTools
May 24, 2023
Post comments count0
Post likes count1

How to use plugins with Semantic Kernel

Nilesh Acharya
Nilesh Acharya

Have you wondered how you can use plugins with Semantic Kernel? Or maybe you want to use plugins for your own co-pilot chat app just like our sample app? Well, I have answers for you. I will guide you an example that uses Semantic Kernel with a GitHub Open API plug-in to build a console chat experience using action planner and a chat completio...

Semantic KernelAnnouncementsSamples