Articles by Tag #semantickernel

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Building FatAdvisor: A .NET Nutrition AI Agent. Part 1: Building the Foundation

Table of Contents Intro AI agents The project It goes technical Choosing the...

Learn More 4 0Oct 15

Forget MCP, Use OpenAPI for AI Agent tools

This blog post demonstrates how to build an AI agent using dotnet and a Semantic Kernel plugin that...

Learn More 6 0Sep 30

Run LLMs Locally with Ollama & Semantic Kernel in .NET: A Quick Start

Introduction As AI becomes increasingly central to modern applications, developers in the...

Learn More 15 0Dec 24 '24

Step-by-Step Guide: Write Your First AI Storyteller with Ollama (llama3.2) and Semantic Kernel in C#

Introduction Imagine a world where stories come alive at your command, where a friendly AI...

Learn More 8 2Dec 26 '24

Just minutes! Build an MCP Server and Client interacting with Ollama in C#

Introduction In this guide, you'll learn how to build a Model Context Protocol (MCP)...

Learn More 12 2Jun 15

Building a Text-to-SQL AI Assistant with lightweight LLM, and Semantic Kernel in C#: A Fun Experiment

Introduction Have you ever wondered how to bridge the gap between natural language and...

Learn More 7 0Jul 18

Unlock the Power of LLM-Driven ETL: Transform Variable CSV to Clean JSON with C#, Semantic Kernel & Llama 3.2-3B

Introduction We'll feed a messy CSV file to a lightweight llama3.2-3B model and let it...

Learn More 6 1Jul 28

Building AI-Powered Applications with C# and Semantic Kernel

Building AI-Powered Applications with C# and Semantic Kernel In the age of artificial...

Learn More 2 1Aug 5

Creating a Festive Naughty or Nice Checker Using Semantic Kernel and .NET

Introduction I’m excited to be taking part in this year’s Festive Tech Calendar, a...

Learn More 0 0Dec 12

Chatbot with Semantic Kernel - Part 6: AI Connectors 🔌

One of Semantic Kernel's key features is the ability to easily swap between different AI providers....

Learn More 7 0Feb 17

Chatbot with Semantic Kernel - Part 5: Text-to-speech 📣

In the last chapter, we added the first audio capability to our chatbot by allowing the user to...

Learn More 9 0Jan 29

Chatbot with Semantic Kernel - Part 4: Speech-to-text with Whisper 👂

On the previous chapters, we built a basic Librarian agent, enhanced with some specific skills via...

Learn More 8 0Dec 27 '24

[Parte 4] Construyendo un Agente Conversacional con el Agent Framework de Semantic Kernel

🧠 Crea tu propio agente conversacional con Semantic Kernel ¿Te imaginas construir un...

Learn More 5 0Jul 19

Why I Swapped the Weather Demo for a Movie‑Night Agent (and How You Can Too)

Turning TMDB into a Gen-AI Plugin Playground (and having fun doing it) Description A...

Learn More 10 0May 12

OpenAI chat completion with Json output format

I can't recall how many times I've tried to convince an LLM to return JSON so that I could perform...

Learn More 4 1Dec 20 '24

Semantic Kernel – Parte 03: Embeddings y Retrieval-Augmented Generation (RAG)

Introducción En esta tercera parte de nuestra serie sobre Semantic Kernel, nos adentramos...

Learn More 4 0Feb 16

[Boost]

How I Created a Handy MCP Server in C# to Retrieve NuGet...

Learn More 3 1Jun 3

AWS Bedrock anthropic claude tool call integration with microsoft semantic kernel

As of April 2025, the official Microsoft Semantic Kernel connector for Amazon...

Learn More 1 0Apr 14

Azure OpenAI Error Handling in Semantic Kernel

In real-world systems, it's crucial to handle HTTP errors effectively, especially when interacting...

Learn More 0 0Jan 8

Model context protocol integration with microsoft semantic kernel

The Model Context Protocol (MCP) aims to standardize connections between AI systems and data sources....

Learn More 4 0Apr 5

Local AI WebAPI with Semantic Kernel and Ollama

Impatient? GitHub In my last post we saw how to get started with local SLM using Ollama and Semantic...

Learn More 0 0Jan 20

Local AI apps with C#, Semantic Kernel and Ollama

Welcome to my first post ever! Enough talk. Let's get started. Impatient? GitHub. Make sure that...

Learn More 3 0Jan 1

Working with multiple language models in Semantic Kernel

It is common to work with multiple large language models (LLMs) simultaneously, especially when...

Learn More 1 0Dec 28 '24

Function Calling with Semantic Kernel in AST.NET Core Web API

Impatient? GitHub In my last post we saw how to integrate Semantic Kernel and invoke its chat...

Learn More 2 0Mar 16

Semantic Kernel: Crea un API para Generación de Texto con Ollama y Aspire

1. Introducción En este tutorial, aprenderás cómo usar Semantic Kernel para integrar Large...

Learn More 4 0Jan 14

vTSafeKernelInvoker: Lightweight .NET extension for Semantic Kernel. Features InvokePromptFunctionUsingCustomizedKernelAsync to cut AI token usage/costs by skipping unnecessary post-processing https://www.nuget.org/packages/vTSafeKernelInvoker/

A post by Venu Thomas

Learn More 0 0Aug 5

Model context protocol server prompts with microsoft semantic kernel

This post focuses on implementing server prompts, a key feature of the Model Context Protocol (MCP)...

Learn More 3 0Apr 23

🧑‍💻AI Calendar🗓️Agent in 7 minutes! 🔥

Hi Buddy! Welcome to a quick tutorial on building an AI Calendar agent that will allow you to...

Learn More 2 0Mar 12

Extendiendo Semantic Kernel: Creando Plugins para Consultas Dinámicas

1. Introducción En el tutorial anterior, exploramos cómo configurar y utilizar Semantic...

Learn More 3 0Jan 16

Add AI to your existing web APIs using Semantic Kernel

Are you looking to integrate artificial intelligence into your .NET APIs without a complete overhaul?...

Learn More 0 0May 13