Microsoft.SemanticKernel.Plugins.Core
1.71.0-preview
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.SemanticKernel.Plugins.Core --version 1.71.0-preview
NuGet\Install-Package Microsoft.SemanticKernel.Plugins.Core -Version 1.71.0-preview
<PackageReference Include="Microsoft.SemanticKernel.Plugins.Core" Version="1.71.0-preview" />
<PackageVersion Include="Microsoft.SemanticKernel.Plugins.Core" Version="1.71.0-preview" />
<PackageReference Include="Microsoft.SemanticKernel.Plugins.Core" />
paket add Microsoft.SemanticKernel.Plugins.Core --version 1.71.0-preview
#r "nuget: Microsoft.SemanticKernel.Plugins.Core, 1.71.0-preview"
#:package Microsoft.SemanticKernel.Plugins.Core@1.71.0-preview
#addin nuget:?package=Microsoft.SemanticKernel.Plugins.Core&version=1.71.0-preview&prerelease
#tool nuget:?package=Microsoft.SemanticKernel.Plugins.Core&version=1.71.0-preview&prerelease
About Semantic Kernel
Semantic Kernel (SK) is a lightweight SDK enabling integration of AI Large Language Models (LLMs) with conventional programming languages. The SK extensible programming model combines natural language semantic functions, traditional code native functions, and embeddings-based memory unlocking new potential and adding value to applications with AI.
Semantic Kernel incorporates cutting-edge design patterns from the latest in AI research. This enables developers to augment their applications with advanced capabilities, such as prompt engineering, prompt chaining, retrieval-augmented generation, contextual and long-term vectorized memory, embeddings, summarization, zero or few-shot learning, semantic indexing, recursive reasoning, intelligent planning, and access to external knowledge stores and proprietary data.
Getting Started ⚡
- Learn more at the documentation site.
- Join the Discord community.
- Follow the team on Semantic Kernel blog.
- Check out the GitHub repository for the latest updates.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.Extensions.Http (>= 10.0.2)
- Microsoft.SemanticKernel.Core (>= 1.71.0)
-
net10.0
- Microsoft.Extensions.Http (>= 10.0.2)
- Microsoft.SemanticKernel.Core (>= 1.71.0)
-
net8.0
- Microsoft.Extensions.Http (>= 10.0.2)
- Microsoft.SemanticKernel.Core (>= 1.71.0)
NuGet packages (7)
Showing the top 5 NuGet packages that depend on Microsoft.SemanticKernel.Plugins.Core:
| Package | Downloads |
|---|---|
|
Traguard.Application.Teams
Package Description |
|
|
GraphRag.Net
GraphRag for .NET –这是一个参考GraphRag的DotNet简易实现。 基于微软在论文中提到的实现思路,执行过程GraphRAG主要实现了如下功能: Source Documents → Text Chunks:将源文档分割成文本块。 Text Chunks → Element Instances:从每个文本块中提取图节点和边的实例。 Element Instances → Element Summaries:为每个图元素生成摘要。 Element Summaries → Graph Communities:使用社区检测算法将图划分为社区。 Graph Communities → Community Summaries:为每个社区生成摘要。 Community Summaries → Community Answers → Global Answer:使用社区摘要生成局部答案,然后汇总这些局部答案以生成全局答案。 商务需求联系微信xuzeyu91 |
|
|
UmbracoGenie
GenAI plugin for Umbraco backoffice, provides AI-powered content generation, text editing, and image generation. Powered by Microsoft's Semantic Kernel Connectors |
|
|
WASU.Plugin.AI
Package Description |
|
|
Text2Sql.Net
Text2Sql.NET –这是一个使用Semantic Kernel 实现的Text2Sql内核。 支持Sqlite、Postgres、SqlServer、Mysql等数据库。 可以轻量级集成到项目中使用Text2Sql能力 商务需求联系微信xuzeyu91 |
GitHub repositories (6)
Showing the top 6 popular GitHub repositories that depend on Microsoft.SemanticKernel.Plugins.Core:
| Repository | Stars |
|---|---|
|
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
|
|
|
Azure-Samples/cosmosdb-chatgpt
Sample application that combines Azure Cosmos DB with Azure OpenAI ChatGPT service
|
|
|
shuyu-labs/GraphRag.Net
参考GraphRag使用 Semantic Kernel 来实现的dotnet版本,可以使用NuGet开箱即用集成到项目中
|
|
|
shuyu-labs/Text2Sql.Net
Text2Sql.Net 是一个使用DotNet和Semantic Kernel开发的Text2Sql工具
|
|
|
Tbeninnovation/Baiss
|
|
|
AzureCosmosDB/cosmosdb-nosql-copilot
Build a copilot application with Azure OpenAI Service, Azure Cosmos DB & Azure App Service.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 1.72.0-preview | 1,772 | 2/19/2026 |
| 1.71.0-preview | 1,277 | 2/16/2026 |
| 1.70.0-preview | 7,659 | 1/23/2026 |
| 1.69.0-preview | 960 | 1/19/2026 |
| 1.68.0-preview | 14,657 | 12/3/2025 |
| 1.67.1-preview | 9,416 | 11/7/2025 |
| 1.67.0-preview | 2,128 | 11/3/2025 |
| 1.66.0-preview | 37,534 | 10/8/2025 |
| 1.65.0-preview | 79,164 | 9/10/2025 |
| 1.64.0-preview | 22,162 | 8/27/2025 |
| 1.63.0-preview | 10,205 | 8/20/2025 |
| 1.62.0-preview | 5,569 | 8/12/2025 |
| 1.61.0-preview | 12,082 | 7/24/2025 |
| 1.60.0-preview | 28,857 | 7/8/2025 |
| 1.59.0-preview | 2,752 | 7/1/2025 |
| 1.58.0-preview | 5,277 | 6/25/2025 |
| 1.57.0-preview | 8,765 | 6/16/2025 |
| 1.56.0-preview | 12,305 | 6/10/2025 |
| 1.55.0-preview | 10,278 | 6/3/2025 |
| 1.54.0-preview | 55,143 | 5/22/2025 |