Showing results for 2023 | Page 4 of 7 | Semantic Kernel

Aug 4, 2023
1
7

Use natural language to execute SQL queries

Chris Rickman Nilesh Acharya
Chris,
Nilesh

We've heard from many in the community who want to use Semantic Kernel to query their relational database using natural language expressions. We are excited to share this sandbox that enables you explore the capabilities of LLM to generate SQL queries (or SELECT statements): NL2SQL. This has been an area of interest for years (WikiSQL, Spider, et...

Semantic KernelSamples
Aug 3, 2023
0
4

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
Aug 2, 2023
0
3

Test your ChatGPT plugins in the updated Chat Copilot

Matthew Bolanos
Matthew Bolanos

We've been hard at work improving the Chat Copilot reference application to demonstrate how you can use Semantic Kernel to build a fully featured chat experience. Now that its more feature complete, we're elevating it to its own repo here: github.com/microsoft/chat-copilot. We've also given it its own section on our learn site so we can better...

Semantic Kernel
Jul 28, 2023
0
2

Help us grow the Semantic Kernel Community!

Alex Chao
Alex Chao

A big part of the any successful open-source project is the strength of the community. We've been amazed to see people from around the world attend office hours, engage on Discord, and build real projects with the Semantic Kernel. And we're excited to see what is in store for the future! We'd love to get your feedback on how we improve the S...

Semantic Kernel
Jul 28, 2023
0
0

Semantic Kernel Planners: Sequential Planner

Nilesh Acharya
Nilesh Acharya

The Sequential Planner is no longer supported. Migrate legacy code to use the Handlerbars Planner instead. Welcome to the second blog post in this series about Semantic Kernel Planners. If you missed the previous blog post, you can find it here. In Semantic Kernel Sequential Planner stands out as a powerful planning object capable of running ...

Semantic Kernel
Jul 24, 2023
0
2

Semantic Kernel Planners: Action Planner

Nilesh Acharya
Nilesh Acharya

The Action Planner is no longer supported. See how to migrate legacy code away from it. This will be the first of a series of blog posts which will 'step through' (no pun intended) the generation and evolution of planners available in Semantic Kernel; Action Planner, Sequential Planner, and Stepwise Planner. Planners are a critical element of Se...

Semantic Kernel
Jul 20, 2023
0
2

Semantic Kernel Personas: An Interview with SK Team Member Brian Krabach

John Maeda
John Maeda

We interviewed SK team member Brian Krabach on the emerging concept of "Personas." The idea was born from a need to support longer chat interactions, as most models forget the early parts of conversations as they progress. What did I say again? <smile> In SK Personas, a unique concept that's been developed is "synthetic memories" — where the ...

Interviews
Jul 19, 2023
1
4

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
0
5

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 19, 2023
1
4

Create your first ChatGPT plugin for Semantic Kernel

Matthew Bolanos
Matthew Bolanos

Yesterday, we announced the Semantic Kernel plugins hackathon in celebration of the new integrations Semantic Kernel has with ChatGPT plugins. In this article we'll show you how to build your first ChatGPT plugin for Semantic Kernel. What are ChatGPT plugins? With plugins, you can give AI bots like ChatGPT and Chat Copilot superpowers they orig...

Semantic Kernel