Showing results for Tag: .NET from Semantic Kernel

Apr 9, 2025
Post comments count0
Post likes count3

Announcing Hybrid Search with Semantic Kernel for .NET

Wes Steyn
Wes Steyn

Today we’re thrilled to announce support for Hybrid search with Semantic Kernel Vector Stores for .NET. What is Hybrid Search? Hybrid search performs two parallel searches on a vector database.  The union of the results of these two searches are then returned to callers with a combined rank, based on the rankings from each of the constituent sear...

Semantic Kernel.NET
Apr 3, 2025
Post comments count1
Post likes count3

Using OpenAI’s Audio-Preview Model with Semantic Kernel

Roger Barreto
Roger Barreto

OpenAI's gpt-4o-audio-preview is a powerful multimodal model that enables audio input and output capabilities, allowing developers to create more natural and accessible AI interactions. This model supports both speech-to-text and text-to-speech functionalities in a single API call through the Chat Completions API, making it suitable for building vo...

Semantic KernelSamples.NET
Mar 28, 2025
Post comments count5
Post likes count3

Building a Model Context Protocol Server with Semantic Kernel

Sergey Menshykh
Sergey Menshykh

This is second MCP related blog post that is part of a series of blog posts that will cover how to use Semantic Kernel (SK) with the Model Context Protocol (MCP). This blog post demonstrates how to build an MCP server using MCP C# SDK and SK, expose SK plugins as MCP tools and call the tools from client side via SK. Here are a few reasons wh...

Semantic KernelSamples.NET
Mar 13, 2025
Post comments count0
Post likes count0

Using Azure AI Agents with Semantic Kernel in .NET and Python

Sophia Lagerkrans-Pandey Evan Mattson Chris Rickman
Sophia,
Evan,
Chris

Today we’re excited to dive into Semantic Kernel and Azure AI Agents. There are additional details about using an within Semantic Kernel covered in our documentation here. Azure AI Agents are powerful tools for developers seeking to integrate AI capabilities into their applications. In this blog post, we'll explore how to utilize Azure AI Agent...

AgentsSemantic Kernel
Feb 24, 2025
Post comments count1
Post likes count0

Hybrid Model Orchestration

Sergey Menshykh
Sergey Menshykh

Hybrid model orchestration is a powerful technique that AI applications can use to intelligently select and switch between multiple models based on various criteria, all while being transparent to the calling code. This technique not only allows for model selection based on factors such as the prompt's input token size and each model's min/max toke...

Semantic KernelSamples.NET
Jan 29, 2025
Post comments count0
Post likes count2

Using DeepSeek models in Microsoft Semantic Kernel

Tao Chen Sophia Lagerkrans-Pandey
Tao,
Sophia

DeepSeek recently awed the AI community by open sourcing two new state-of-the-art models, the DeepSeek-V3 and a reasoning model, the DeepSeek-R1, that not only claim to be op-par with the most capable models from OpenAI but are also extremely cost-effective. We'd like to highlight the recent announcement from the Azure AI Foundry team highlighting ...

Semantic Kernel
Jan 22, 2025
Post comments count0
Post likes count2

Guest Blog: Creative Writing Assistant – a multi-agent app sample with Semantic Kernel & .NET Aspire

Sophia Lagerkrans-Pandey Ricardo Niepel
Sophia,
Ricardo

Today we’re featuring a guest author, Ricardo Niepel, who’s a Senior Technical Specialist at Microsoft. He’s written an article we’re sharing below; we’ll turn it over to Ricardo to share more! If “Creative Writing Assistant” sounds familiar, it might be because we've previously released a similar multi-agent application built in Python during o...

Guest Blog
Jan 17, 2025
Post comments count0
Post likes count0

Guest Blog: Leap Forward with Modern AI using Microsoft 365 Agents SDK and Semantic Kernel

Sophia Lagerkrans-Pandey Arafat Tehsin
Sophia,
Arafat

Leap Forward with Modern AI using Microsoft 365 Agents SDK and Semantic Kernel Today we’re featuring a guest author, Arafat Tehsin, who’s a Microsoft Most Valuable Professional (MVP) for AI. He’s written an article we’re sharing below, focused on how to Leap Forward with Modern AI using Microsoft 365 Agents SDK and Semantic Kernel. We’ll turn ...

Guest Blog
Dec 6, 2024
Post comments count0
Post likes count1

Customer Case Study: How to use Elasticsearch Vector Store Connector for Microsoft Semantic Kernel for AI Agent development

Sophia Lagerkrans-Pandey
Sophia Lagerkrans-Pandey

How to use Elasticsearch Vector Store Connector for Microsoft Semantic Kernel for AI Agent development Today we're excited to feature the Elastic team to share more about their Semantic Kernel Elasticsearch Vector Store connector for Microsoft Semantic Kernel. Read the entire announcement here. I'll turn it over to Srikanth Manvi and Florian Bernd...

Semantic KernelAnnouncementsCustomer Story
Nov 25, 2024
Post comments count1
Post likes count1

Unlocking the Power of Memory: Announcing General Availability of Semantic Kernel’s Memory Packages

Wes Steyn Eduard van Valkenburg
Wes,
Eduard

We are thrilled to announce the General Availability (GA) of our Memory packages for .NET, Java, and Python! The Semantic Kernel team and our partners have been working hard to allow you to quickly connect to vector stores and make it easy for you to do embeddings and data retrieval between stores. Transforming Data Management with Vector Stores...

AnnouncementPython.NET