The Semantic Kernel

The Semantic Kernel

Posted by Hon Lee on March 22, 2025

Here are useful guides to getting quickly started on The Semantic Kernel using Microsoft. The main Microsoft Learn teaches you how to build up line by line the basic elements and link to the service endpoints effectively as possible.

Introduction to Semantic Kernel | Microsoft Learn

https://learn.microsoft.com/en-us/semantic-kernel/get-started/quick-start-guide?pivots=programming-language-csharp

microsoft/SemanticKernelCookBook: This is a Semantic Kernel's book for beginners

And this is a comprehensive full Semantic Kernel workshop that comprehensively covers what the Semantic Kernel can do by Jason Haley A Semantic Kernel Workshop-Jason Haley's Blog

PDF exercise using Redis and Hugging Face

leungkimming/SK-DocumentSearch: Using Semantic Kernel to obtain answer from a PDF document, with embeddings stored in Redis and HuggingFace to create embeddings.

cover