摘要: ![image](https://img2024.cnblogs.com/blog/2104219/202608/2104219-20260812163623510-1291161879.png) ![image](https://img2024.cnblogs.com/blog/2104219/202608/2104219-20260812163630293-2002008274.png) ![ 阅读全文
posted @ 2026-08-12 16:41 Felix_Openmind 阅读(12) 评论(0) 推荐(0)
摘要: 思考 如果同时支持: 节点执行流(Node Stream) Token 打字流(Token Stream) 前端应该如何区分这两种消息?建议设计一套统一的 SSE 消息协议(例如增加 event_type、node_name、content 等字段),这样 Vue 可以根据消息类型分别更新流程图和聊 阅读全文
posted @ 2026-08-01 15:25 Felix_Openmind 阅读(3) 评论(0) 推荐(0)
摘要: https://cloud.tencent.com/developer/article/2684323 阅读全文
posted @ 2026-07-30 17:37 Felix_Openmind 阅读(5) 评论(0) 推荐(0)
摘要: https://cloud.tencent.com/developer/article/2707323 阅读全文
posted @ 2026-07-30 16:44 Felix_Openmind 阅读(11) 评论(0) 推荐(0)
摘要: OCR引擎 PDF -> Markdown文档引擎 OCR工具对比 视觉语言文档模型 架构选择 阅读全文
posted @ 2026-07-19 13:21 Felix_Openmind 阅读(24) 评论(0) 推荐(0)
摘要: 1. Agent业务建模能力 智能审批Agent 智能知识库Agent 智能客服Agent 数据分析Agent 2. Worflow设计能力 State Node Edge Conditional Edge Interrupt Checkpoint Human-in-loop 3. 企业工程能力 T 阅读全文
posted @ 2026-07-11 23:24 Felix_Openmind 阅读(14) 评论(0) 推荐(0)
摘要: 第一层:最底层(核心引擎)—— 确实是大模型 无论用什么工具,最终生成SQL这个“翻译”动作,必须由大模型(LLM)完成。因为只有大模型具备理解自然语言(中文/英文)和生成代码(SQL)的泛化能力。 早期用BERT微调,现在几乎统一换成 GPT-4、Claude、Qwen 等基座模型。 如果没有大模 阅读全文
posted @ 2026-07-11 12:50 Felix_Openmind 阅读(17) 评论(0) 推荐(0)
摘要: 错误现象 执行 RAG 向量检索时出现: 相似性搜索失败: 'float' object is not subscriptable 同时日志: Building prefix dict from the default dictionary ... Loading model from cache 阅读全文
posted @ 2026-07-10 02:31 Felix_Openmind 阅读(5) 评论(0) 推荐(0)
摘要: https://www.zhihu.com/search?type=content&q=知识图谱 实战指南:知识图谱建好了,为什么还是用不起来 - 韩欣的文章 - 知乎 https://zhuanlan.zhihu.com/p/2037452262138754470 HybridRAG的思路比较好: 阅读全文
posted @ 2026-07-06 16:07 Felix_Openmind 阅读(13) 评论(0) 推荐(0)
摘要: 1️⃣ 创建插件目录 mkdir -p /usr/local/lib/docker/cli-plugins 2️⃣ 下载 plugin 版本 curl -SL https://github.com/docker/compose/releases/download/v2.29.2/docker-com 阅读全文
posted @ 2026-07-06 05:36 Felix_Openmind 阅读(16) 评论(0) 推荐(0)
*{cursor: url(https://files-cdn.cnblogs.com/files/morango/fish-cursor.ico),auto;}