Articles by Tag #semantickernel

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

Chatbot with Semantic Kernel - Part 1: Setup and first steps 👣

Welcome to the very first post in a series of blogs about my journey building a chatbot with Semantic...

Learn More 15 0Nov 25 '24

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 14 0Dec 24 '24

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

Chatbot with Semantic Kernel - Part 3: Inspector & tokens 🔎

On our previous chapters, we built a basic agent enhanced with specific skills via Plugins and...

Learn More 9 0Dec 9 '24

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

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 9 2Jun 15

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

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

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

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 6 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 a Semantic Kernel with F# for Enhanced AI Interaction

This blog base from...

Learn More 6 3Aug 28 '24

Chatbot with Semantic Kernel - Part 2: Plugins 🧩

On our previous chapter, we went through some of the basic concepts of Semantic Kernel, finishing...

Learn More 6 0Dec 1 '24

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

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

User: What time is it right now? LLM: Um... I actually don't know. I have no idea what time it...

Learn More 4 3Jun 3

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

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 3 0Feb 16

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 3 1Dec 20 '24

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

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

Building a Digital Dungeon Master with Semantic Kernel, C#, and Azure

It turns out that AI orchestration is remarkably well equipped to handle building a virtual game master. Let's see how it works.

Learn More 3 1Dec 3 '24

Function Calling with Semantic Kernel

Hi. I'm going to write a bunch of tutorial on ms semantic-kernel and this is the first part. This...

Learn More 3 0Jan 27

[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 3 0Jul 19

[Boost]

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

Learn More 3 1Jun 3

🧑‍💻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

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 2 0Jan 1

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

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

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

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