Showing results for Category: Semantic Kernel from Semantic Kernel

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 ...

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...

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 ...

Semantic KernelSamples
May 10, 2024
0
1

Making AI powered .NET apps more consistent and intelligent with Redis

Sophia Lagerkrans-Pandey Catherine Wang
Sophia,
Catherine

Hi everyone!  Today we’re featuring a guest author from another team in Microsoft on our Semantic Kernel blog. Today’s topic will cover how to use Azure Cache for Redis, which is an in-memory datastore that allows you to further expand the performance and scalability of your applications that are using AzureOpenAI. We will turn it over to ...

Semantic Kernel
May 3, 2024
0
2

Generating API Manifests for Semantic Kernel

Sophia Lagerkrans-Pandey Vincent Biret
Sophia,
Vincent

Hi everyone!  Today we’re featuring a guest author from another team in Microsoft on our Semantic Kernel blog. Today's topic will cover how to utilize API's manifests. An API manifest is a way to store the dependencies that an application has on HTTP APIs. It contains characteristics of those dependencies including links to API descriptions, ...

Semantic Kernel
Apr 30, 2024
1
2

Microsoft Build – Community Testimonial Videos

Sophia Lagerkrans-Pandey Sophia Lagerkrans-Pandey

Hi all, Microsoft Build is approaching and will occur from May 21st-23rd, 2024. During our Semantic Kernel session - Bridge the chasm between your ML and app devs with Semantic Kernel, we are looking to feature videos from community members like yourself sharing what you like about Semantic Kernel! We're looking to get customer testimonials ...

AnnouncementSemantic KernelAnnouncements
Apr 29, 2024
0
4

Using Filters in Semantic Kernel

Sophia Lagerkrans-Pandey Dmytro Struk
Sophia,
Dmytro

It's important to understand how the application behaves and have the ability to override that behavior in runtime based on some conditions. For example, we don't want to send malicious prompt to LLM, and we don't want to expose more information than needed to the end users. A couple of months ago, we added a possibility in Semantic Kernel to ...

Semantic KernelAnnouncements
Apr 25, 2024
0
4

Microsoft Semantic Kernel Hits 1,000,000 Downloads

Evan Chaki Evan Chaki

A million moments of innovation, a million instances of creative coding, a million downloads. Microsoft Semantic Kernel has proudly reached a significant milestone within the software development community. This achievement is not just a number—it's a beacon of collective progress and the power of open-source collaboration. Join us as we extend ...

Semantic KernelAnnouncementsAnnouncement
Apr 25, 2024
0
2

Introducing API Manifest Plugins for Semantic Kernel

Sophia Lagerkrans-Pandey Mustafa Zengin
Sophia,
Mustafa

Hi all, Today we’re featuring a guest author from another team in Microsoft on our Semantic Kernel blog. We will turn it over to Mustafa Zengin to dive into Introducing API Manifest Plugins for Semantic Kernel. Semantic Kernel allows developers to import plugins from OpenAPI documents. For large APIs, such as Microsoft Graph, importing ...

AnnouncementsSemantic Kernel
Apr 24, 2024
0
6

Unit Testing with Semantic Kernel

Sophia Lagerkrans-Pandey Dmytro Struk
Sophia,
Dmytro

Hi all, Testing is an integral part of the software development process. Unit testing allows to test your functionality in isolation. This usually means that instead of performing real work (e.g. sending HTTP request to LLM), it needs to be replaced with something that only simulates the work and return some predefined result, which will be used...

Semantic KernelAnnouncements

Feedback