Blog Logo
TAGS

You, too, can LLM: A Quick Guide to Semantic Kernel and Language Models

This article provides insights on the Semantic Kernel, a Software Development Kit that simplifies integration of language models into your own applications. It discusses the capabilities of the Semantic Kernel, such as semantic functions and native functions, and how they are grouped together into Skills. The article also touches on the Planner, which can decide which functions to chain together to complete a task, and the interesting capabilities relating to Memories and Connectors that the Kernel has. It concludes with a quick walk-through of how everything is configured and executed. Overall, this article serves as a useful guide for those looking to explore language models and how they can be integrated into their applications.