<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[无痕的博客]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/leiwuhen92</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; leiwuhen92]]></copyright><item><title><![CDATA[Surrealdb数据迁移]]></title><link>https://blog.csdn.net/leiwuhen92/article/details/164083132</link><guid>https://blog.csdn.net/leiwuhen92/article/details/164083132</guid><author>leiwuhen92</author><pubDate>Wed, 26 Aug 2026 13:41:40 +0800</pubDate><description><![CDATA[SurrealDB数据迁移]]></description><category></category></item><item><title><![CDATA[Dify--上下文记忆 + 会话变量]]></title><link>https://blog.csdn.net/leiwuhen92/article/details/162861154</link><guid>https://blog.csdn.net/leiwuhen92/article/details/162861154</guid><author>leiwuhen92</author><pubDate>Tue, 14 Jul 2026 10:41:50 +0800</pubDate><description><![CDATA[短期记忆]]></description><category></category></item><item><title><![CDATA[Dify--sandbox沙盒]]></title><link>https://blog.csdn.net/leiwuhen92/article/details/162851647</link><guid>https://blog.csdn.net/leiwuhen92/article/details/162851647</guid><author>leiwuhen92</author><pubDate>Tue, 14 Jul 2026 09:49:47 +0800</pubDate><description><![CDATA[代码沙箱（Code Sandbox） 是一个隔离的代码执行环境，允许在受控的环境中安全地运行不信任的代码。它的核心目标是在提供代码执行功能的同时，防止恶意或有缺陷的代码对系统造成危害。]]></description><category></category></item><item><title><![CDATA[Dify--记忆存储Mem0]]></title><link>https://blog.csdn.net/leiwuhen92/article/details/161974170</link><guid>https://blog.csdn.net/leiwuhen92/article/details/161974170</guid><author>leiwuhen92</author><pubDate>Sun, 14 Jun 2026 12:04:28 +0800</pubDate><description><![CDATA[长期记忆插件mem0ai的使用]]></description><category></category></item><item><title><![CDATA[低代码平台--ILLA]]></title><link>https://blog.csdn.net/leiwuhen92/article/details/161973385</link><guid>https://blog.csdn.net/leiwuhen92/article/details/161973385</guid><author>leiwuhen92</author><pubDate>Sun, 14 Jun 2026 11:39:23 +0800</pubDate><description><![CDATA[ILLM社区版改造为支持多用户使用]]></description><category></category></item><item><title><![CDATA[低代码平台--appsmith]]></title><link>https://blog.csdn.net/leiwuhen92/article/details/161973260</link><guid>https://blog.csdn.net/leiwuhen92/article/details/161973260</guid><author>leiwuhen92</author><pubDate>Sun, 14 Jun 2026 11:22:17 +0800</pubDate><description><![CDATA[【代码】低代码平台--appsmith。]]></description><category></category></item><item><title><![CDATA[数据同步--lsyncd]]></title><link>https://blog.csdn.net/leiwuhen92/article/details/161972908</link><guid>https://blog.csdn.net/leiwuhen92/article/details/161972908</guid><author>leiwuhen92</author><pubDate>Sun, 14 Jun 2026 11:15:54 +0800</pubDate><description><![CDATA[Lsyncd (Live Syncing Daemon) 轻量级本地与远程实时同步解决方案，遵循 GPL-2.0 license。Lsyncd 使用文件系统事件接口（inotify 或 fsevents）来监视本地文件和目录的更改，并在短时内汇总合并事件，然后启动一个或多个进程将更改同步到远程文件系统，默认同步方式是 rsync 模式。]]></description><category></category></item><item><title><![CDATA[nginx动态匹配(分流)]]></title><link>https://blog.csdn.net/leiwuhen92/article/details/160155393</link><guid>https://blog.csdn.net/leiwuhen92/article/details/160155393</guid><author>leiwuhen92</author><pubDate>Tue, 14 Apr 2026 20:21:34 +0800</pubDate><description><![CDATA[dispatch_request不会自动处理post等请求，受到Flask-restful限制（GET/HEAD/OPTIONS），可分别get、post跳转到dispatch_request处理。前端请求 --> nginx代理到flask服务 --> python路由服务 --> 代码逻辑拿到实例地址 --> 转发请求到指定实例 --> 返回响应给前端。如果实例是固定的几个，可以直接在nginx.conf中配置upstream进行负载均衡，但是如果这个实例是由用户动态添加的，这种方式就不行了。]]></description><category></category></item><item><title><![CDATA[Agent Skills（智能体技能）]]></title><link>https://blog.csdn.net/leiwuhen92/article/details/159019424</link><guid>https://blog.csdn.net/leiwuhen92/article/details/159019424</guid><author>leiwuhen92</author><pubDate>Fri, 13 Mar 2026 22:30:08 +0800</pubDate><description><![CDATA[skills介绍与dify使用skills]]></description><category></category></item><item><title><![CDATA[ragflow]]></title><link>https://blog.csdn.net/leiwuhen92/article/details/157395112</link><guid>https://blog.csdn.net/leiwuhen92/article/details/157395112</guid><author>leiwuhen92</author><pubDate>Mon, 26 Jan 2026 15:07:31 +0800</pubDate><description><![CDATA[ragflow构建知识图谱、效果对比以及性能测试]]></description><category></category></item><item><title><![CDATA[tiny-graphrag]]></title><link>https://blog.csdn.net/leiwuhen92/article/details/157252502</link><guid>https://blog.csdn.net/leiwuhen92/article/details/157252502</guid><author>leiwuhen92</author><pubDate>Thu, 22 Jan 2026 13:50:00 +0800</pubDate><description><![CDATA[Tiny-GraphRAG的学习心得]]></description><category></category></item><item><title><![CDATA[Dify底层支持SurrealDB]]></title><link>https://blog.csdn.net/leiwuhen92/article/details/156934427</link><guid>https://blog.csdn.net/leiwuhen92/article/details/156934427</guid><author>leiwuhen92</author><pubDate>Wed, 14 Jan 2026 10:17:01 +0800</pubDate><description><![CDATA[https://surrealdb.com/docs/surrealdb/models/vectorhttps://surrealdb.com/docs/surrealdb/models/vector


WHERE embedding <|2,40|> $lead_harmful ：ORDER BY dist DESC LIMIT 2:使用EXPLAIN FULL子句验证查询中的索引利用率。例如：全文搜索涉及三个步骤。它们是：使用DEFINE ANALYZER语句定义分析器。分析器不是在表上定义的，而是独]]></description><category></category></item><item><title><![CDATA[rclone mount同步失败问题分析]]></title><link>https://blog.csdn.net/leiwuhen92/article/details/156724889</link><guid>https://blog.csdn.net/leiwuhen92/article/details/156724889</guid><author>leiwuhen92</author><pubDate>Thu, 08 Jan 2026 15:03:33 +0800</pubDate><description><![CDATA[minio容器启动:


创建一个bucket：名字设为bucket
A容器： docker run -d --name nginx_minio_1 -v /data/zq/nginx1:/app/api/data  nginx:latest
B容器： docker run -d --name nginx_minio_2 -v /data/zq/nginx1/data/ide/minio-data/275:/home/jovyan/my-work:rw  nginx:latest先在在A容器里/app/ap]]></description><category></category></item><item><title><![CDATA[NiFi-Rule-engine-processor]]></title><link>https://blog.csdn.net/leiwuhen92/article/details/156614399</link><guid>https://blog.csdn.net/leiwuhen92/article/details/156614399</guid><author>leiwuhen92</author><pubDate>Mon, 05 Jan 2026 19:29:46 +0800</pubDate><description><![CDATA[NiFi Rule Engine Processor 是一个功能强大的处理器，核心作用是基于用户定义的一系列规则，对数据流（FlowFile）进行动态的、可配置的逻辑判断和处理。简单来说，它将业务逻辑“规则化”，允许你在一个处理器内实现复杂的路由、修改、过滤等操作，而无需串联多个条件判断处理器。1、：你可以编写一系列“如果...那么...”式的规则。： 替代了传统上需要多个 RouteOnAttribute、UpdateAttribute、RouteOnContent 等处理器串联才能实现的复杂逻辑。]]></description><category></category></item><item><title><![CDATA[milvus数据迁移问题分析]]></title><link>https://blog.csdn.net/leiwuhen92/article/details/156419665</link><guid>https://blog.csdn.net/leiwuhen92/article/details/156419665</guid><author>leiwuhen92</author><pubDate>Tue, 30 Dec 2025 11:36:36 +0800</pubDate><description><![CDATA[对比docker-compose.yaml与nomad的job文件，发现docker-compose.yaml中并没有配置MQ_TYPE，nomad中配配置了MQ_TYPE=“woodpeker”将nomad中的job里的MQ_TYPE=“woodpeker”去除 让 Milvus 使用默认设置（或者改成MQ_TYPE=“rocksmq”）， 再次运行job，docker-compose中milvus使用的消息队列类型（MQ_TYPE）是 RocksMQ， 与nomad中的不一致，这是根因所在。]]></description><category></category></item><item><title><![CDATA[dify工作流节点开发]]></title><link>https://blog.csdn.net/leiwuhen92/article/details/156384904</link><guid>https://blog.csdn.net/leiwuhen92/article/details/156384904</guid><author>leiwuhen92</author><pubDate>Mon, 29 Dec 2025 11:22:11 +0800</pubDate><description><![CDATA[exc.py。]]></description><category></category></item><item><title><![CDATA[Dify工具形式]]></title><link>https://blog.csdn.net/leiwuhen92/article/details/156326134</link><guid>https://blog.csdn.net/leiwuhen92/article/details/156326134</guid><author>leiwuhen92</author><pubDate>Sat, 27 Dec 2025 09:24:11 +0800</pubDate><description><![CDATA[1、在服务器上启动flask应用，用于查询天气2、生成openapi schema"info": {},],"paths": {"post": {"city": {"example": "上海"},"city"},},},3、dify配置填写名称填写生成的open api json schema鉴权方法测试结果：最终：4、在智能体中的应用。]]></description><category></category></item><item><title><![CDATA[2、Dify插件工具开发]]></title><link>https://blog.csdn.net/leiwuhen92/article/details/156268745</link><guid>https://blog.csdn.net/leiwuhen92/article/details/156268745</guid><author>leiwuhen92</author><pubDate>Thu, 25 Dec 2025 13:55:34 +0800</pubDate><description><![CDATA[dify插件开发指导]]></description><category></category></item><item><title><![CDATA[聊天模型+调用工具]]></title><link>https://blog.csdn.net/leiwuhen92/article/details/152232817</link><guid>https://blog.csdn.net/leiwuhen92/article/details/152232817</guid><author>leiwuhen92</author><pubDate>Sun, 28 Sep 2025 23:14:17 +0800</pubDate><description><![CDATA[工具调用 允许聊天模型通过“调用工具”来响应给定的提示。请记住，虽然“工具调用”这个名称暗示模型直接执行某些操作，但实际上并非如此！模型仅生成工具的参数，实际运行工具（或不运行）取决于用户。工具调用是一种通用技术，可以从模型生成结构化输出，即使您不打算调用任何工具也可以使用它。一个示例用例是从非结构化文本中提取。如果你想了解如何使用模型生成的工具调用来实际运行工具，请查看此指南。LangChain实现了定义工具、将其传递给LLM以及表示工具调用的标准接口。]]></description><category></category></item><item><title><![CDATA[数据集制作--easy-dataset]]></title><link>https://blog.csdn.net/leiwuhen92/article/details/152232243</link><guid>https://blog.csdn.net/leiwuhen92/article/details/152232243</guid><author>leiwuhen92</author><pubDate>Sun, 28 Sep 2025 22:43:43 +0800</pubDate><description><![CDATA[EasyDataset是一个用于创建LLM微调数据集的开源工具，支持Docker和NPM两种安装方式。它提供直观界面处理文档（PDF/Markdown/txt/DOCX）、智能分割文本、生成问题并构造训练数据集，兼容OpenAI格式。主要功能包括创建项目、处理文档、生成问题、构建数据集和导出数据（支持Alpaca/ShareGPT格式）。通过领域知识转化和结构化处理，简化大模型微调流程，提升数据集构建效率。相关文档和教程可在GitHub、飞书云文档和B站获取。]]></description><category></category></item></channel></rss>