会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
XBOTTER‘s
cnblog
博客园
首页
新随笔
联系
订阅
管理
随笔 - 36
文章 - 0
评论 - 40
阅读 -
91169
[置顶]
Semantic Kernel & Kernel Memory 入门系列 ❤️🔥
摘要: Semantic Kernel & Kernel Memory 学习入门文章合集
阅读全文
posted @ 2023-04-16 21:07 宵伯特
阅读(5500)
评论(4)
推荐(8)
2024年1月8日
Kernel Memory 中使用 PaddleSharp OCR
摘要: Kernel Memory 中使用 PaddleSharp OCR Kernel Memory 中进行文档处理的时候可以上传图片作为文档,这时候就需要使用到 OCR 技术来识别图片中的文字。 官方默认的库中,提供了 Azure Document Intelligence 的扩展服务,可以通过 Azu
阅读全文
posted @ 2024-01-08 08:00 宵伯特
阅读(553)
评论(2)
推荐(1)
2024年1月3日
Kernel Memory 入门系列:异步管道
摘要: Kernel Memory 入门系列:异步管道 前面所介绍的处理流程都是基于同步管道的,即文档导入的时候,会等到文档处理完成之后才会返回。 但是在实际的应用中,文档很多,而且文档的处理时间也不确定,如果采用同步的方式,那么就会导致整个流程的处理时间过长,也会导致整个流程的阻塞。因此,我们需要一种异步
阅读全文
posted @ 2024-01-03 08:00 宵伯特
阅读(810)
评论(1)
推荐(1)
2023年12月30日
Kernel Memory 入门系列:Semantic Kernel 插件
摘要: Kernel Memory 入门系列:Semantic Kernel 插件 Kernel Memory 本身提供了完整的RAG能力,这部分能力如果通过Semantic Kernel Memory的话,也是可以实现的,但是整体的管理成本会比较高。 因此通过Kernel Memory 构建知识库管理,然
阅读全文
posted @ 2023-12-30 08:00 宵伯特
阅读(1182)
评论(0)
推荐(1)
2023年12月27日
Kernel Memory 入门系列:自定义处理流程
摘要: Kernel Memory 入门系列:自定义处理流程 在整个文档预处理的流程中,涉及到很多的处理步骤,例如:文本提取,文本分片,向量化和存储。这些步骤是Kernel Memory中的默认提供的处理方法,如果有一些其他的需求,也可以进行过程的自定义。 自定义Handler 在Kernel Memory
阅读全文
posted @ 2023-12-27 08:00 宵伯特
阅读(1384)
评论(0)
推荐(0)
2023年12月26日
Kernel Memory 入门系列:文档的管理
摘要: Kernel Memory 入门系列: 文档的管理 在Quick Start中我们了解到如何快速直接地上传文档。但是实际中,往往会面临更多的问题,例如文档如何更新,如何划定查询范围等等。这里我们将详细介绍在Kernel Memory文档的管理。 使用Document管理一组文件 当我们需要批量上传一
阅读全文
posted @ 2023-12-26 08:00 宵伯特
阅读(1250)
评论(0)
推荐(1)
2023年12月25日
Kernel Memory 入门系列:生成并获取文档摘要
摘要: Kernel Memory 入门系列:生成并获取文档摘要 前面在RAG和文档预处理的流程中,我们得到一个解决方案,可以让用户直接获取最终的问题答案。 但是实际的业务场景中,仍然存在一些基础的场景,不需要我们获取文档的所有详情的,而只是了解的文档的大概信息,得到文章整体的摘要或者总结,此时仍然可以使用
阅读全文
posted @ 2023-12-25 08:00 宵伯特
阅读(1132)
评论(0)
推荐(1)
2023年12月22日
Kernel Memory 入门系列:Kernel Memory Service
摘要: Kernel Memory 入门系列:Kernel Memory Service 在 Kernel Memory 的 GitHub 仓库中有一个单独的项目 Service , 用于提供独立的Kernel Memory OpenAPI 服务。可以用于独立的部署后台,也可以为其他语言提供接口调用服务。
阅读全文
posted @ 2023-12-22 08:00 宵伯特
阅读(1370)
评论(0)
推荐(2)
2023年12月21日
Kernel Memory 入门系列:快速开始
摘要: Kernel Memory 入门:Quick Start 了解了用户问答和文档预处理的流程之后,我们就可以直接开始使用Kernel Memory了。 1. 安装 项目中只需要通过NuGet安装Microsoft.KernelMemory.Core包即可。 dotnet add package Mic
阅读全文
posted @ 2023-12-21 08:00 宵伯特
阅读(2546)
评论(1)
推荐(1)
2023年12月20日
Kernel Memory 入门系列:文档预处理
摘要: Kernel Memory 入门系列:文档预处理 Embedding为我们提供了问题理解和文档检索的方法,但是面对大量的文档,如果在用于提问的时候再进行文档的Embedding的话,那这个过程是非常耗时的,再加之我们的文档并不会频繁变化,所以我们可以对文档进行预处理,提升检索的效率。 文档的预处理大
阅读全文
posted @ 2023-12-20 08:00 宵伯特
阅读(1273)
评论(1)
推荐(3)
2023年12月19日
Kernel Memory 入门系列: Embedding 简介
摘要: 通过Embedding可以方便的实现语义的理解和内容的检索
阅读全文
posted @ 2023-12-19 08:00 宵伯特
阅读(1201)
评论(1)
推荐(0)
下一页
<
2025年7月
>
日
一
二
三
四
五
六
29
30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
6
7
8
9
合集
Semantic Kernel(9)
Kernel Memory(10)
Prompt Playground(3)
阅读排行榜
1. 打造自己的ChatGPT:逐字打印的流式处理(15364)
2. 打造自己的ChatGPT:OpenAI的API接入技巧(13213)
3. Semantic Kernel & Kernel Memory 入门系列 ❤️🔥(5500)
4. 如何设置VS Code 中 Markdown粘贴图片的位置(5121)
5. Semantic Kernel 入门系列:🔥Kernel 内核和🧂Plugin 插件(4678)
推荐排行榜
1. Semantic Kernel 入门系列:🥑Memory内存(9)
2. Semantic Kernel 入门系列:🥑突破提示词的限制(9)
3. Semantic Kernel & Kernel Memory 入门系列 ❤️🔥(8)
4. Semantic Kernel 入门系列:📅 Planner 规划器(7)
5. Semantic Kernel 入门系列:🔥Kernel 内核和🧂Plugin 插件(7)
最新评论
1. Re:Semantic Kernel & Kernel Memory 入门系列 ❤️🔥
感谢分享Semantic Kernel的详细介绍!它确实是快速开发融合LLM AI应用的利器。查阅思维导图 ,系统了解Semantic Kernel。...
--多边形战士
2. Re:Kernel Memory 入门系列: Embedding 简介
好清晰,感谢!
--清水里的青蛙
3. Re:Kernel Memory 入门系列:异步管道
老师,有没有开源的项目参考一下
--sunxiaotianmg
4. Re:Semantic Kernel 入门系列:🍋Connector连接器
感谢作者对于Semantic Kernel的入门,受益良多
--Ron_567
5. Re:Kernel Memory 入门系列:文档预处理
这么好的文章没人赞。。。作者辛苦了。
--Agile.Zhou
点击右上角即可分享