Showing results for Category: Samples from Semantic Kernel

Oct 25, 2024
0
2

Process Framework gets Python support and more!

Shawn Henry
Shawn Henry

As we continue to empower developers in embedding AI into their workflows, we are thrilled to announce significant updates to the Microsoft Semantic Kernel's Process Framework. Building on our introductory blog, we’ve made enhancements that further streamline business process automation and AI integration and help you to be successful with the Sema...

Semantic KernelAnnouncementsAnnouncement
May 21, 2024
0
1

Use Semantic Kernel to create a Restaurant Bookings Sample with Python

Sophia Lagerkrans-Pandey Evan Mattson Eduard van Valkenburg
Sophia,
Evan,
Eduard

Hi all, We’re looking forward to highlight a Python sample today focused on a Restaurant Bookings sample here. Booking Restaurant - Demo Application This sample provides a practical demonstration of how to leverage features from the Semantic Kernel to build a console application. Specifically, the application utilizes the Business Schedule...

Semantic KernelSamplesPython
May 21, 2024
0
2

Connect Logic Apps’ 1,400 connectors to Semantic Kernel

Matthew Bolanos
Matthew Bolanos

At the heart of every company are custom APIs that are built to solve specific business problems. These APIs often use Logic Apps, which is a powerful way to build APIs without writing code. With Logic Apps' over 1,400 enterprise connectors, you can connect to your enterprise systems, transform data, and automate processes to solve your business ne...

Semantic KernelAnnouncementsAnnouncement
May 20, 2024
0
0

Use Semantic Kernel to create a Restaurant Bookings Sample with .NET

Sophia Lagerkrans-Pandey Roger Barreto
Sophia,
Roger

Hi all, With Microsoft Build approaching, we wanted to share some walk throughs and samples of Semantic Kernel. Today we're going to dive into a Restaurant booking sample to showcase multiple features of Semantic Kernel. This sample provides a practical demonstration of how to leverage features from the Semantic Kernel to build a console appl...

Semantic KernelSamples
May 17, 2024
0
1

Use Semantic Kernel to create a Restaurant Bookings Sample with Java

Sophia Lagerkrans-Pandey
Sophia Lagerkrans-Pandey

We’re looking forward to highlight a Java sample today focused on a Restaurant Bookings sample here. Booking Restaurant – Demo Application This sample provides a practical demonstration of how to leverage features from the Semantic Kernel to build a console application. Specifically, the application utilizes the Business Schedule and Booking ...

SamplesSemantic KernelJava
May 17, 2024
0
1

Using Semantic Kernel to create a Time Plugin with Java

Sophia Lagerkrans-Pandey
Sophia Lagerkrans-Pandey

Plugins are one of the most powerful features of Semantic Kernel and in this demo we show how you can easily use Plugins with the power of Auto Function Calling from AI Models with Java here. A Glimpse into the Demonstration  Time Information Plugin  In the demo we implement a simple class TimePlugin with one function to retrieve the UTC time in...

Semantic KernelSamplesJava
May 14, 2024
1
0

Using Semantic Kernel to create a Time Plugin with .NET

Sophia Lagerkrans-Pandey Roger Barreto
Sophia,
Roger

Plugins are one of the most powerful features of Semantic Kernel and in this demo we show how you can easily use Plugins with the power of Auto Function Calling from AI Models.   A Glimpse into the Demonstration  Time Information Plugin  In the demo we implement a simple class TimeInformantionPlugin with one function to retrieve the UTC time in ...

SamplesSemantic Kernel.NET
May 13, 2024
0
1

How to Get Started using Semantic Kernel .NET

Sophia Lagerkrans-Pandey Roger Barreto
Sophia,
Roger

Hi all, With Microsoft Build approaching, we wanted to share some walk throughs of using Semantic Kernel to get started if you haven't already. Today we're going to dive into the Getting Started guide we have in the main Semantic Kernel GitHub repository for .NET. Getting Started with Semantic Kernel  We are excited to announce new enhance...

Semantic KernelSamples
Jan 8, 2024
1
2

GUEST POST: How to build a Kernel Memory connector and use Elasticsearch as vector database

Alessandro Federici
Alessandro Federici

This article will help readers to create their own connectors for Kernel Memory. It will introduce fundamental concepts of Kernel Memory and Elasticsearch and will show some practical use cases of how to use the interface IMemoryDb. The complete source code for the connector is located in the GitHub repository FreeMindLabs.KernelMemory.Elasticse...

Semantic KernelSamplesVector Database
Sep 1, 2023
0
2

GUEST POST – EmbedElite Meets Semantic Kernel: A Game-changer for Context Retrieval

Lukas Schmyrczyk
Lukas Schmyrczyk

Introduction We are EmbedElite, proud winners of the recent Semantic Kernel Plugins Hackathon. A common challenge for enterprises is the extensive effort in gathering and preparing the necessary context which isn't inherent to LLMs. Recognizing this, we at EmbedElite, set out on a mission to democratize this process, making context retrieval a mor...

Semantic KernelSamplesEcosystem