2023-12-20 07:14:44
Semantic Kernel is available in version 1.0. This is a lightweight SDK to facilitate the integration of LLMs with our programming languages. In short, the SDK includes everything needed to manage and integrate LLMs and help the developer with their generative AI. It integrates design patterns, prompts, memory management, semantic index, etc. The Nuget package is available directly in its IDE.
We can use OpenAI, Azure OpenAI, Hugging Face, etc. models. Supported languages are C#, Python and Java.
The prerequisites are:
VS Code ou Visual Studio
Access to Git / GitHub
Clé OpenAI
.Net 7 SDK
Polyglot Notebook (if using VS Code)
1703059139
#Semantic #Kernel