Posts by this author

Jun 17, 2024
Post comments count1
Post likes count4

Step by Step guide to develop AI Multi-Agent system using Microsoft Semantic Kernel and GPT-4o

Today we want to highlight a recent Medium article published here: Step by Step guide to develop AI Multi-Agent system using Microsoft Semantic Kernel and GPT-4o | by Akshay Kokane | Jun, 2024 | Medium We've included a few excerpts below, but click here to read the full article. A Microsoft colleague, Akshay Kokane, details how to develop an AI ...

Semantic Kernel
Jun 13, 2024
Post comments count1
Post likes count3

Building Generative AI apps with .NET 8 and Semantic Kernel

Today's we'd like to share a blog post from two members of the .NET team, Jordan Matthiesen and Luis Quintanilla, focused on Building Generative AI apps with .NET 8 - .NET Blog (microsoft.com). The future of AI is here, and .NET is ready for it! With .NET 8, you can create amazing applications that integrate language models in your new and exist...

Semantic KernelAnnouncements.NET
Jun 12, 2024
Post comments count1
Post likes count2

Azure OpenAI On Your Data with Semantic Kernel

Hello, everyone! In the fast-paced world of technology, using artificial intelligence to get more out of your data is becoming essential. Azure OpenAI on Your Data is a feature that helps businesses do just that. It combines the advanced AI models from OpenAI with the strong data management tools of Azure, allowing you to use AI with your own da...

Semantic Kernel.NETLearning
Jun 11, 2024
Post comments count2
Post likes count6

Build AI Applications with ease using Semantic Kernel and .NET Aspire

Hello, everyone! Today, we are featuring a guest author from another team at Microsoft on our blog. Today’s topic will explore how we can build AI applications with ease using the Semantic Kernel and .NET Aspire. So, if you're excited about creating intelligent, scalable, and efficient apps, keep reading. Understanding Semantic Kernel and .NET Asp...

Semantic Kernel.NETLearning
Jun 5, 2024
Post comments count0
Post likes count4

New LinkedIn Learning Course on Semantic Kernel Fundamentals

Today’s topic will cover a new LinkedIn Learning Course here: If you can code in .NET, you are an AI developer | LinkedIn Learning focused on Semantic Kernel Fundamentals. We are excited to welcome back José Luis Latorre Millás, an MVP for Microsoft focused on AI who worked on this to dive in further. From a Silver Light to Embracing the Kernel'...

Semantic KernelGuest BlogLearning
May 21, 2024
Post comments count0
Post likes count0

Semantic Kernel Time Plugin with Python

We are excited to showcase a Semantic Kernel sample across all 3 languages: .NET, Python and Java! Today we’re going to dive into the Python version of the TimePlugin sample which is featured here. Prerequisites for the Azure OpenAI key or OpenAI key: As covered in our Python README.md or DEV_SETUP.md, Python leverages Pydantic settings. This...

Semantic Kernel
May 21, 2024
Post comments count0
Post likes count1

Use Semantic Kernel to create a Restaurant Bookings Sample with Python

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 20, 2024
Post comments count0
Post likes count0

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

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
Post comments count0
Post likes count1

Use Semantic Kernel to create a Restaurant Bookings Sample with Java

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
Post comments count0
Post likes count1

Using Semantic Kernel to create a Time Plugin with Java

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