You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

101 lines
3.0 KiB
Plaintext

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

{
"cells": [
{
"cell_type": "markdown",
"id": "4fa88424",
"metadata": {},
"source": [
"语义内核简介\n",
"==========="
]
},
{
"cell_type": "markdown",
"id": "d3a87a3d",
"metadata": {},
"source": [
"语义内核是一种轻型开源开发工具包,可用于轻松生成 AI 代理并将最新的 AI 模型集成到 C#、Python 或 Java 代码库中。 它充当一个高效的中间件,可实现企业级解决方案的快速交付。"
]
},
{
"cell_type": "markdown",
"id": "a89e87bd",
"metadata": {},
"source": [
"## 面向企业"
]
},
{
"cell_type": "markdown",
"id": "3120c4a2",
"metadata": {},
"source": [
"Microsoft和其他财富 500 强公司已经利用语义内核,因为它灵活、模块化和可观察。 通过增强安全性的功能(如遥测支持和挂钩和筛选器)提供支持,因此你有信心大规模交付负责任的 AI 解决方案。\n",
"\n",
"跨 C#、Python 和 Java 的 1.0+ 版本支持意味着它可靠,致力于非中断性变更。 可以轻松扩展任何基于聊天的现有 API以支持其他形式例如语音和视频。\n",
"\n",
"语义内核设计为未来证明,可以轻松地将代码连接到随着技术的发展而演变的最新 AI 模型。 发布新模型后,只需将它们交换出来,而无需重写整个代码库。\n",
"\n",
"![企业就绪](./Assets/Images/enterprise-ready.png)"
]
},
{
"cell_type": "markdown",
"id": "92c4f3c8",
"metadata": {},
"source": [
"## 业务流程自动化"
]
},
{
"cell_type": "markdown",
"id": "bfe6b13a",
"metadata": {},
"source": [
"语义内核将提示与现有 API 组合在一起以执行操作。 通过将现有代码描述为 AI 模型,将调用它们来处理请求。 发出请求时,模型调用函数,语义内核是将模型请求转换为函数调用的中间件,并将结果传回模型。"
]
},
{
"cell_type": "markdown",
"id": "11e159fe",
"metadata": {},
"source": [
"## 模块化和可扩展"
]
},
{
"cell_type": "markdown",
"id": "6c31d657",
"metadata": {},
"source": [
"通过将现有代码添加为插件,你可以通过一组现成的连接器灵活集成 AI 服务来最大化投资。 语义内核使用 OpenAPI 规范(如 Microsoft 365 Copilot以便你可以与公司中的其他专业或低代码开发人员共享任何扩展。\n",
"![模块化和可扩展](./Assets/Images/designed-for-modular-extensibility.png)"
]
}
],
"metadata": {
"kernelspec": {
"display_name": ".NET (C#)",
"language": "C#",
"name": ".net-csharp"
},
"language_info": {
"name": "polyglot-notebook"
},
"polyglot_notebook": {
"kernelInfo": {
"defaultKernelName": "csharp",
"items": [
{
"aliases": [],
"languageName": "csharp",
"name": "csharp"
}
]
}
}
},
"nbformat": 4,
"nbformat_minor": 5
}