首页 新闻 会员 周边

微软为什么要推出 semantic kernel

0
悬赏园豆:30 [已解决问题] 解决于 2024-02-05 08:51

从今天开始学习 semantic kernel,想到的第一个问题——微软为什么要推出 semantic kernel?解决的是 AI 领域的哪些问题?

dudu的主页 dudu | 高人七级 | 园豆:30994
提问于:2024-02-03 22:41
< >
分享
最佳答案
0

在微软的官方文档中 Why use an SDK like Semantic Kernel? 部分找到了答案:

Today's AI models can easily generate messages and images for users. While this is helpful when building a simple chat app, it is not enough to build fully automated AI agents that can automate business processes and empower users to achieve more. To do so, you would need a framework that can take the responses from these models and use them to call existing code to actually do something productive.

With Semantic Kernel, we've done just that. We've created an SDK that allows you to easily describe your existing code to AI models so they can request that they be called. Afterwards, Semantic Kernel does the heavy lifting of translating the model's response into a call to your code.

dudu | 高人七级 |园豆:30994 | 2024-02-04 21:43

来自 Intro to Semantic Kernel – Part One 的回答:

Semantic Kernel, or SK for short, is an SDK developed by Microsoft that bridges the gap between LLMs, like OpenAI’s ChatGPT, and the various environments we use to develop software that communicates with this "semantic hardware".

LLMs are the semantic hardware.

dudu | 园豆:30994 (高人七级) | 2024-02-05 21:22

来自 Semantic Kernel 101 的回答:

Semantic Kernel's purpose is threefold: To abstract away the underlying LLMs, APIs and tooling, to handle more complex implementations in a generic way, and to make it easy to integrate your own content.

dudu | 园豆:30994 (高人七级) | 2024-02-28 19:46
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册