From fadeb3a5cd1139f027cb5372a4ff8e4a030b5e9f Mon Sep 17 00:00:00 2001 From: liujiayu Date: Sun, 7 Sep 2025 17:56:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=201.=E4=BA=91=E5=A4=A7?= =?UTF-8?q?=E9=98=81=E9=82=AE=E4=BB=B6.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1.云大阁邮件.md | 825 +++++++++++++++++++++++------------------------- 1 file changed, 403 insertions(+), 422 deletions(-) diff --git a/1.云大阁邮件.md b/1.云大阁邮件.md index 88e3c31..bf3ace3 100644 --- a/1.云大阁邮件.md +++ b/1.云大阁邮件.md @@ -2,64 +2,161 @@ "nodes": [ { "parameters": { - "jsCode": "// 获取新报告的数据\nconst data = $input.first().json.allDocuments;\nconst counter = $input.first().json.totalItems;\nfunction jsonToHtml(reports, counter) {\n let html = `

本次共有 ${counter} 份新报告:

`;\n html += '';\n return html;\n}\n\n// 生成最终 HTML 输出\nconst htmlOutput = jsonToHtml(data, counter);\n\n// 返回结果\nreturn { htmlOutput };\n" + "promptType": "define", + "text": "=你是一个专业的前端文案工程师和信息可视化专家。\n以下是一个大模型生成的报告,我觉得存在问题需要改进,以下是修改建议:\n{{ $json.data['修改意见'] }}\n以下是原报告,修改后按照原格式输出\n{{ $('Code2').item.json.html }}", + "batching": {} }, - "type": "n8n-nodes-base.code", - "typeVersion": 2, + "type": "@n8n/n8n-nodes-langchain.chainLlm", + "typeVersion": 1.7, "position": [ - 240, - 32 + -112, + 944 ], - "id": "783b0b8b-63c6-43ff-b4c3-9a783ffe560f", - "name": "Code", - "retryOnFail": true, - "maxTries": 5 + "id": "e4ecc2b0-b0aa-4752-b2d3-cac1fd45b296", + "name": "Basic LLM Chain1" }, { "parameters": { - "operation": "executeQuery", - "query": "SELECT id, title, summary, url FROM documents WHERE is_notified = 0;\n", + "model": { + "__rl": true, + "value": "qwen2.5-7b-instruct", + "mode": "list", + "cachedResultName": "qwen2.5-7b-instruct" + }, "options": {} }, - "type": "n8n-nodes-base.mySql", - "typeVersion": 2.4, + "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi", + "typeVersion": 1.2, "position": [ - -464, - 256 + -112, + 1136 ], - "id": "635a3583-537d-456a-a7aa-e4b8826294b8", - "name": "SQL 查询是否有新文件", - "alwaysOutputData": true, + "id": "e7a335c5-783a-4a59-9c85-140c1cec26e5", + "name": "OpenAI Chat Model1", "credentials": { - "mySql": { - "id": "QjSo8Gph2IzJHBDw", - "name": "MySQL account" + "openAiApi": { + "id": "vABx27LgrvIpKZze", + "name": "OpenAi account" } } }, { "parameters": { - "rule": { - "interval": [ + "operation": "sendAndWait", + "fromEmail": "1594481789@qq.com", + "toEmail": "383369080@qq.com", + "subject": "本周邮件", + "message": "={{ $json.text }}", + "responseType": "customForm", + "formFields": { + "values": [ { - "field": "weeks", - "weeksInterval": 4, - "triggerAtDay": [ - 1 - ], - "triggerAtHour": 10 + "fieldLabel": "yes or no ?", + "fieldType": "dropdown", + "fieldOptions": { + "values": [ + { + "option": "yes" + }, + { + "option": "no" + } + ] + }, + "requiredField": true + }, + { + "fieldLabel": "修改意见", + "fieldType": "textarea" } ] - } + }, + "options": {} }, - "type": "n8n-nodes-base.scheduleTrigger", - "typeVersion": 1.2, + "type": "n8n-nodes-base.emailSend", + "typeVersion": 2.1, "position": [ - -192, - 16 + 192, + 944 ], - "id": "355061e3-a4fd-4cc0-a505-d2b5caa0a3f7", - "name": "定时器" + "id": "23aff25f-9069-45fb-96ab-71240b8a3c2b", + "name": "SendAndWait email1", + "webhookId": "ea2f0334-e4f1-4d5f-b5eb-274a26b30027", + "credentials": { + "smtp": { + "id": "XyE7qW0Q0ebTpAD4", + "name": "SMTP account" + } + } + }, + { + "parameters": { + "conditions": { + "options": { + "caseSensitive": true, + "leftValue": "", + "typeValidation": "strict", + "version": 2 + }, + "conditions": [ + { + "id": "13f4121b-9900-4757-ba38-1e8fbc71697e", + "leftValue": "={{ $json.data['yes or no ?'] }}", + "rightValue": "yes", + "operator": { + "type": "string", + "operation": "equals", + "name": "filter.operator.equals" + } + } + ], + "combinator": "and" + }, + "options": {} + }, + "type": "n8n-nodes-base.if", + "typeVersion": 2.2, + "position": [ + 336, + 944 + ], + "id": "4bc8c773-63fa-4a6d-9f0f-e9a31a7bfedf", + "name": "If2" + }, + { + "parameters": { + "method": "POST", + "url": "https://yundage.com/api/statistics/report", + "authentication": "genericCredentialType", + "genericAuthType": "httpBearerAuth", + "sendHeaders": true, + "headerParameters": { + "parameters": [ + { + "name": "Bearer", + "value": "0a1fa2d3016b172bd2fbc302ab6d060f" + } + ] + }, + "sendBody": true, + "specifyBody": "json", + "jsonBody": "={\n\"startTime\":\"{{ $now.minus({ weeks: 1 }).toFormat('yyyy-MM-dd') }} 00:00:00\",\n\"endTime\":\"{{ $now.toFormat('yyyy-MM-dd') }} 00:00:00\"\n}\n", + "options": {} + }, + "type": "n8n-nodes-base.httpRequest", + "typeVersion": 4.2, + "position": [ + -1056, + 832 + ], + "id": "f9356690-a82e-4a71-8814-ead6dada53f7", + "name": "HTTP Request", + "credentials": { + "httpBearerAuth": { + "id": "oh4QM0WGWwPuhuli", + "name": "Bearer Auth account" + } + } }, { "parameters": { @@ -69,100 +166,51 @@ "type": "n8n-nodes-base.splitInBatches", "typeVersion": 3, "position": [ - 448, - 608 + 688, + 800 ], - "id": "1b16c81a-7a2c-47d4-8ce9-50dd2246b33c", - "name": "Loop Over Items" - }, - { - "parameters": {}, - "type": "n8n-nodes-base.manualTrigger", - "typeVersion": 1, - "position": [ - -704, - 256 - ], - "id": "e1ebe31f-f172-4c09-87bb-089590d4eaf4", - "name": "When clicking ‘Execute workflow’" + "id": "144d9e1b-5f88-4a9c-954f-8d3c7fa487ea", + "name": "Loop Over Items1" }, { "parameters": { "promptType": "define", - "text": "=你是一个专业的前端文案工程师和信息可视化专家。请基于以下 JSON 格式的报告摘要数据,帮我生成一个高质量的 HTML 页面。\n\n以下是你要展示的内容数据:\n{{ $json.result.allfile }}\n请你按照如下要求设计这个 HTML 页面:\n\n### 📌 页面结构要求:\n1. 页面标题为:**《最新行业报告汇总》**\n2. 页面顶部有一个**简洁的横幅标题**,居中展示。\n3. 每一份报告以**卡片(Card)形式**排布,每张卡片包括:\n - 报告标题(使用

或加粗字体)\n - 报告摘要(一段文字,控制在 3-4 行)\n - 阅读链接(带跳转的超链接,按钮或文字链接格式)\n4. 页面整体采用**响应式设计**,在桌面和移动端上表现良好。\n5. 使用美观的字体配色,建议配色主题为:\n - 主标题颜色:#2c3e50(深蓝色)\n - 正文颜色:#34495e\n - 背景色:#f8f9fa 或白色\n - 链接颜色:#3498db(蓝色)\n6. 页面使用简洁的 CSS 样式,内嵌在 `\n\n\n\n
\n

最新技术趋势报告汇总

\n\n \n
\n
身份类型:云计算专家
\n
何宝宏 - 2025云计算十大关键词
\n
\n 本报告系统性地描绘了2025年云计算产业的发展蓝图,指出人工智能(特别是大模型)与云计算的深度融合是驱动行业变革的核心引擎。报告从基础设施(超大规模智算集群)、服务模式(推理云服务、工程化交付)、应用范式(智能体)、部署形态(一体机、云终端),到架构演进(智能混合云、卓越架构),再到市场策略(央国企市场、全球化出海),全方位地解读“云+AI”如何重塑技术栈、商业模式和全球市场格局。\n
\n 点击查看报告原文\n
\n\n \n
\n
身份类型:行业分析报告
\n
AI技术在项目管理中的应用洞察报告
\n
\n 本报告共分六章展开论述,系统分析AI在项目管理中的应用背景、行业痛点、核心能力、关键场景,并结合标杆企业案例具象化呈现AI落地路径与成效。报告从理论到实践构建了完整的认知图谱,是企业高管、项目管理者及研究者的重要参考资料。\n
\n 点击查看报告原文\n
\n\n
\n\n\n\n\n", + "text": "=你是一个专业的前端文案工程师和信息可视化专家。请基于以下 JSON 格式的报告摘要数据,帮我生成一个高质量的 HTML 页面。\n\n以下是你要展示的内容数据:\n{{ $json.result.allfile }}\n请你按照如下要求设计这个 HTML 页面:\n\n### 📌 页面结构要求:\n1. 页面标题为:**《最新行业报告汇总》**\n2. 页面顶部有一个**简洁的横幅标题**,居中展示。\n3. 每一份报告以**卡片(Card)形式**排布,每张卡片包括:\n - 报告标题(使用

或加粗字体)\n - 报告摘要(一段文字,控制在 3-4 行)\n - 阅读链接(带跳转的超链接,按钮或文字链接格式)\n4. 页面整体采用**响应式设计**,在桌面和移动端上表现良好。\n5. 使用美观的字体配色,建议配色主题为:\n - 主标题颜色:#2c3e50(深蓝色)\n - 正文颜色:#34495e\n - 背景色:#f8f9fa 或白色\n - 链接颜色:#3498db(蓝色)\n6. 页面使用简洁的 CSS 样式,内嵌在 `\n\n\n \"头图\"\n
\n

《最新行业报告汇总》

\n

收录最新行业洞察与技术前沿报告

\n
\n\n
\n \n
\n

AI技术在项目管理中的应用洞察报告

\n

\n 在政策支持与市场需求驱动下,AI技术正深度融入项目管理全生命周期,进入规模化落地阶段。报告分析了各行业痛点,如IT/互联网需求变更频繁、制造业跨团队协作低效等,并从AI核心能力角度解析其在项目管理中的应用场景。深度探讨了AI在效率提升、质量优化、成本控制等方面的实际价值,并结合国内外标杆企业案例,提供了AI技术在项目管理中落地的具体路径和成功经验。本报告旨在为企业高管、项目管理者及技术研究者提供一份全面而深入的参考资料,助力AI技术更好地赋能项目管理实践,提升组织整体竞争力。\n

\n 阅读报告\n

2025-08-05

\n
\n\n \n
\n

专家观点-轻量化大模型微调在非功能测试需求准入场景下的应用研究

\n

\n 本文围绕金融领域非功能测试需求准入场景中的领域认知不足、计算资源受限及评审效率低下三大核心问题,提出并研究了多种轻量化大模型的微调解决方案。研究采用LoRA方法对预训练大模型进行微调,通过实验验证了其在提升领域认知能力和满足低资源部署需求方面的有效性。同时,论文还探讨了基于微调大模型实现测试需求自动化分析与评审,显著提升了评审效率和准确性,为金融行业的非功能测试质量保障提供了新的思路和技术支撑。\n

\n 阅读报告\n

2025-08-05

\n
\n\n \n
\n

2025智能体十大关键词

\n

\n 近年来,人工智能技术持续向纵深发展,以智能体为代表的大模型应用正成为推动产业智能化变革的核心引擎之一。中国人工智能产业发展联盟副秘书长、中国信通院副总工程师王爱华正式发布并解读\"2025智能体十大关键词\",深入预测智能体技术未来发展趋势、应用前景以及可能带来的伦理挑战。报告详细阐述了智能体在决策制定、任务自动化、人机协作等方面的创新应用,并指出智能体的发展将重塑各行各业的生产模式和商业逻辑。\n

\n 阅读报告\n

2025-08-05

\n
\n\n \n
\n

何宝宏 - 2025云计算十大关键词

\n

\n 本报告系统性地描绘了2025年云计算产业的发展蓝图,指出人工智能(特别是大模型)与云计算的深度融合是驱动行业变革的核心引擎。报告从基础设施(超大规模智算集群)、服务模式(推理云服务、工程化交付)、应用范式(智能体)、部署形态(一体机、云终端),到架构演进(智能混合云、卓越架构),再到市场策略(央国企市场、全球化出海),全方位地解读“云+AI”如何重塑技术栈、商业模式和全球市场格局。\n

\n 点击查看报告原文\n

2025-08-05

\n
\n \n
\n\n\n\n", "batching": {} }, "type": "@n8n/n8n-nodes-langchain.chainLlm", "typeVersion": 1.7, "position": [ - 352, - 240 + 368, + 352 ], - "id": "0ec4c91c-c8ed-4d9e-aedd-0b5b56cf6900", - "name": "Basic LLM Chain" + "id": "99072634-e687-4258-8e1f-37d35094260d", + "name": "Basic LLM Chain2" }, { "parameters": { - "model": { - "__rl": true, - "value": "qwen-plus", - "mode": "list", - "cachedResultName": "qwen-plus" - }, - "options": {} - }, - "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi", - "typeVersion": 1.2, - "position": [ - 352, - 416 - ], - "id": "6dcae13e-ff8a-4e18-ad79-5d0ba886ddc3", - "name": "OpenAI Chat Model", - "credentials": { - "openAiApi": { - "id": "rg9eI0cqMkaxv3AK", - "name": "江oneapi" - } - } - }, - { - "parameters": { - "operation": "executeQuery", - "query": "UPDATE documents SET is_notified = 1 WHERE id = 0;", - "options": {} - }, - "type": "n8n-nodes-base.mySql", - "typeVersion": 2.4, - "position": [ - 944, - 624 - ], - "id": "a16e35ac-a219-4cb5-babe-b16ded78dd67", - "name": "新文件标记为旧文件" - }, - { - "parameters": { - "fromEmail": "487954186@qq.com", + "fromEmail": "yundage@caict.ac.cn", "toEmail": "={{ $json.email }}", - "subject": "=尊敬的{{ $json.name }},云大阁新报告推送", + "subject": "=云大阁新报告推送", "emailFormat": "=html", - "html": "={{ $('Basic LLM Chain').item.json.text }}", - "options": {} + "html": "={{ $('Code2').item.json.html }}", + "options": { + "appendAttribution": false + } }, "type": "n8n-nodes-base.emailSend", "typeVersion": 2.1, "position": [ - 720, - 624 + 960, + 816 ], - "id": "7d53a265-ad1e-4084-b719-c6f5d6cd8bb7", - "name": "Send email", + "id": "ab616ac3-f5ea-45d2-b51b-109042ea8b0b", + "name": "Send email1", "webhookId": "bf65eb7b-2c76-4f2c-b936-25f4b92e3cba", "credentials": { "smtp": { - "id": "iMDiFCizmxbB9mdv", - "name": "SMTP account" + "id": "EwM5mBudN0JCWpF0", + "name": "媛姐" } } }, @@ -175,15 +223,15 @@ "type": "n8n-nodes-base.mySql", "typeVersion": 2.4, "position": [ - 240, - 608 + 480, + 800 ], - "id": "8a1c33a2-092a-481e-9f50-9b41d2f0a104", - "name": "sql获取用户信息", + "id": "83099d6f-7f44-4458-9c4f-f78d90cfff51", + "name": "sql获取用户信息1", "credentials": { "mySql": { - "id": "QjSo8Gph2IzJHBDw", - "name": "MySQL account" + "id": "WgJFY66tWFEyYTXj", + "name": "yuanjie" } } }, @@ -194,50 +242,11 @@ "type": "n8n-nodes-base.code", "typeVersion": 2, "position": [ - -256, - 256 + -352, + 368 ], - "id": "a2d81232-ce96-4f7e-a0cb-efa364f27270", - "name": "Code2" - }, - { - "parameters": { - "rules": { - "values": [ - { - "conditions": { - "options": { - "caseSensitive": true, - "leftValue": "", - "typeValidation": "strict", - "version": 2 - }, - "conditions": [ - { - "leftValue": "", - "rightValue": "", - "operator": { - "type": "string", - "operation": "equals" - }, - "id": "4601e87f-db9b-4096-8808-6e8b287defc3" - } - ], - "combinator": "and" - } - } - ] - }, - "options": {} - }, - "type": "n8n-nodes-base.switch", - "typeVersion": 3.2, - "position": [ - 0, - 16 - ], - "id": "ff70e58f-5cd2-4432-9440-2daa10218720", - "name": "Switch" + "id": "e4d22346-c4f1-4ce7-92d2-d81fcf5e3668", + "name": "Code3" }, { "parameters": { @@ -266,61 +275,90 @@ "type": "n8n-nodes-base.if", "typeVersion": 2.2, "position": [ - -32, - 256 + -144, + 368 ], - "id": "43e0d609-58e1-43fe-b35a-d52e18f87b48", - "name": "If" + "id": "5d9ac4e0-e7c8-4996-853b-c551ea8c339c", + "name": "If3" }, { "parameters": { - "operation": "sendAndWait", - "fromEmail": "487954186@qq.com", - "toEmail": "15376767471@163.com", - "subject": "本周邮件", - "message": "={{ $json.text }}", - "responseType": "customForm", - "formFields": { - "values": [ - { - "fieldLabel": "yes or no ?", - "fieldType": "dropdown", - "fieldOptions": { - "values": [ - { - "option": "yes" - }, - { - "option": "no" - } - ] - }, - "requiredField": true - }, - { - "fieldLabel": "修改意见", - "fieldType": "textarea" - } - ] - }, "options": {} }, - "type": "n8n-nodes-base.emailSend", - "typeVersion": 2.1, + "type": "@n8n/n8n-nodes-langchain.lmChatDeepSeek", + "typeVersion": 1, "position": [ - -688, - 624 + 368, + 512 ], - "id": "3e770a8c-ef67-4939-8506-bcabdc17bf59", - "name": "SendAndWait email", - "webhookId": "ea2f0334-e4f1-4d5f-b5eb-274a26b30027", + "id": "e199cea3-ae23-48d8-bca8-cb21e2b048a8", + "name": "DeepSeek Chat Model", "credentials": { - "smtp": { - "id": "iMDiFCizmxbB9mdv", - "name": "SMTP account" + "deepSeekApi": { + "id": "w4rUTabwUayONNbb", + "name": "DeepSeek account" } } }, + { + "parameters": { + "jsCode": "// Loop over input items and add a new field called 'myNewField' to the JSON of each one\nfor (const item of $input.all()) {\n item.json.myNewField = 1;\n}\n\nreturn $input.all();" + }, + "type": "n8n-nodes-base.code", + "typeVersion": 2, + "position": [ + 112, + 352 + ], + "id": "d4a1edb4-f336-4cde-9e76-8c7f889e119f", + "name": "Code" + }, + { + "parameters": { + "jsCode": "// 在 n8n 的 Code 节点中使用\n\nconst reports = $input.first().json.data.data;\n\n// !! 重要:把下面的 YOUR_N8N_WEBHOOK_URL 换成你新创建的 Webhook URL\nconst n8nDownloadWebhookUrl = 'https://YOUR_N8N_INSTANCE.COM/webhook-test/DOWNLOAD_PATH'; \n\nconst reportCards = reports.map(report => {\n const formattedDate = report.publishTime.split('T')[0];\n \n // 对文件名进行 URL 编码,以防文件名中含有特殊字符\n const encodedTitle = encodeURIComponent(report.title);\n\n return `\n
\n

${report.title}

\n

${report.summary}

\n \n

发布日期: ${formattedDate}

\n
\n `;\n}).join('');\n\nconst fullHtml = `\n\n\n\n \n \n 《最新行业报告汇总》\n \n\n\n
\n

《最新行业报告汇总》

\n
\n
\n ${reportCards}\n
\n\n`;\n\nreturn {\n html: fullHtml\n};\n\n" + }, + "type": "n8n-nodes-base.code", + "typeVersion": 2, + "position": [ + -704, + 352 + ], + "id": "ae3df0ef-822d-4fbf-a7da-b19ff90fd729", + "name": "Code1" + }, + { + "parameters": { + "jsCode": "/** n8n Code Node **/\nconst reports = $input.first().json.data.data;\n// ↓ 未来如再加“下载”逻辑时可复用;现在占位即可\nconst n8nDownloadWebhookUrl = '';\nconst reportCards = reports\n .map(report => {\n const formattedDate = report.publishTime.split('T')[0];\n return /* html */`\n
\n

${report.title}

\n

${report.summary}

\n \n

发布日期: ${formattedDate}

\n
`;\n })\n .join('');\nconst fullHtml =`\n\n\n \n \n 最新报告推送\n \n\n\n
\n

最新报告推送

\n \"报告图标\"\n
\n
${reportCards}
\n\n`;\nreturn { html: fullHtml, headers: { 'Content-Type': 'text/html' } };\n\n" + }, + "type": "n8n-nodes-base.code", + "typeVersion": 2, + "position": [ + -864, + 832 + ], + "id": "1b26ea14-d3f5-4bb9-a91a-47f0373ad966", + "name": "Code2" + }, + { + "parameters": { + "rule": { + "interval": [ + { + "field": "cronExpression", + "expression": "0 21 * * 0-4" + } + ] + } + }, + "type": "n8n-nodes-base.scheduleTrigger", + "typeVersion": 1.2, + "position": [ + -1296, + 832 + ], + "id": "3a80e33f-8492-46c3-828b-964d12589a3a", + "name": "Schedule Trigger" + }, { "parameters": { "conditions": { @@ -348,59 +386,19 @@ "type": "n8n-nodes-base.if", "typeVersion": 2.2, "position": [ - -512, - 624 + -272, + 816 ], - "id": "241d0857-cc2f-4908-b3fc-c644f7cb3377", + "id": "1251e60c-e5de-4069-93cb-1128f1f7c95b", "name": "If1" }, - { - "parameters": { - "promptType": "define", - "text": "=你是一个专业的前端文案工程师和信息可视化专家。\n以下是一个大模型生成的报告,我觉得存在问题需要改进,以下是修改建议:\n{{ $json.data['修改意见'] }}\n以下是原报告,修改后按照原格式输出\n{{ $('Basic LLM Chain').item.json.text }}", - "batching": {} - }, - "type": "@n8n/n8n-nodes-langchain.chainLlm", - "typeVersion": 1.7, - "position": [ - -336, - 752 - ], - "id": "3699e6d2-c801-425b-a79b-4f4e6ca06fd1", - "name": "Basic LLM Chain1" - }, - { - "parameters": { - "model": { - "__rl": true, - "value": "deepseek-ai/DeepSeek-R1", - "mode": "list", - "cachedResultName": "deepseek-ai/DeepSeek-R1" - }, - "options": {} - }, - "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi", - "typeVersion": 1.2, - "position": [ - -336, - 928 - ], - "id": "9f816eae-2f08-4ba9-ad43-80e8b3d3ea49", - "name": "OpenAI Chat Model1", - "credentials": { - "openAiApi": { - "id": "yzrRDMLnAHckRsR3", - "name": "deepseek" - } - } - }, { "parameters": { "operation": "sendAndWait", - "fromEmail": "487954186@qq.com", - "toEmail": "15376767471@163.com", + "fromEmail": "yundage@caict.ac.cn", + "toEmail": "383369080@qq.com", "subject": "本周邮件", - "message": "={{ $json.text }}", + "message": "={{ $json.html }}", "responseType": "customForm", "formFields": { "values": [ @@ -430,189 +428,21 @@ "type": "n8n-nodes-base.emailSend", "typeVersion": 2.1, "position": [ - -48, - 752 + -576, + 816 ], - "id": "48997e42-68fe-4b22-8512-df41b3ae318b", - "name": "SendAndWait email1", + "id": "dff6453c-0ced-4d7e-9bd3-69f74bed84f1", + "name": "SendAndWait email2", "webhookId": "ea2f0334-e4f1-4d5f-b5eb-274a26b30027", "credentials": { "smtp": { - "id": "iMDiFCizmxbB9mdv", - "name": "SMTP account" + "id": "EwM5mBudN0JCWpF0", + "name": "媛姐" } } - }, - { - "parameters": { - "conditions": { - "options": { - "caseSensitive": true, - "leftValue": "", - "typeValidation": "strict", - "version": 2 - }, - "conditions": [ - { - "id": "13f4121b-9900-4757-ba38-1e8fbc71697e", - "leftValue": "", - "rightValue": "", - "operator": { - "type": "string", - "operation": "equals", - "name": "filter.operator.equals" - } - } - ], - "combinator": "and" - }, - "options": {} - }, - "type": "n8n-nodes-base.if", - "typeVersion": 2.2, - "position": [ - 96, - 752 - ], - "id": "00edd83c-cf3c-4a3f-a66b-fd55bad2d711", - "name": "If2" } ], "connections": { - "SQL 查询是否有新文件": { - "main": [ - [ - { - "node": "Code2", - "type": "main", - "index": 0 - } - ] - ] - }, - "Loop Over Items": { - "main": [ - [], - [ - { - "node": "Send email", - "type": "main", - "index": 0 - } - ] - ] - }, - "When clicking ‘Execute workflow’": { - "main": [ - [ - { - "node": "SQL 查询是否有新文件", - "type": "main", - "index": 0 - } - ] - ] - }, - "Basic LLM Chain": { - "main": [ - [ - { - "node": "SendAndWait email", - "type": "main", - "index": 0 - } - ] - ] - }, - "OpenAI Chat Model": { - "ai_languageModel": [ - [ - { - "node": "Basic LLM Chain", - "type": "ai_languageModel", - "index": 0 - } - ] - ] - }, - "Send email": { - "main": [ - [ - { - "node": "Loop Over Items", - "type": "main", - "index": 0 - }, - { - "node": "新文件标记为旧文件", - "type": "main", - "index": 0 - } - ] - ] - }, - "sql获取用户信息": { - "main": [ - [ - { - "node": "Loop Over Items", - "type": "main", - "index": 0 - } - ] - ] - }, - "Code2": { - "main": [ - [ - { - "node": "If", - "type": "main", - "index": 0 - } - ] - ] - }, - "If": { - "main": [ - [ - { - "node": "Basic LLM Chain", - "type": "main", - "index": 0 - } - ] - ] - }, - "SendAndWait email": { - "main": [ - [ - { - "node": "If1", - "type": "main", - "index": 0 - } - ] - ] - }, - "If1": { - "main": [ - [ - { - "node": "sql获取用户信息", - "type": "main", - "index": 0 - } - ], - [ - { - "node": "Basic LLM Chain1", - "type": "main", - "index": 0 - } - ] - ] - }, "Basic LLM Chain1": { "main": [ [ @@ -650,7 +480,157 @@ "main": [ [ { - "node": "sql获取用户信息", + "node": "sql获取用户信息1", + "type": "main", + "index": 0 + } + ] + ] + }, + "HTTP Request": { + "main": [ + [ + { + "node": "Code2", + "type": "main", + "index": 0 + } + ] + ] + }, + "Loop Over Items1": { + "main": [ + [], + [ + { + "node": "Send email1", + "type": "main", + "index": 0 + } + ] + ] + }, + "Basic LLM Chain2": { + "main": [ + [] + ] + }, + "Send email1": { + "main": [ + [ + { + "node": "Loop Over Items1", + "type": "main", + "index": 0 + } + ] + ] + }, + "sql获取用户信息1": { + "main": [ + [ + { + "node": "Loop Over Items1", + "type": "main", + "index": 0 + } + ] + ] + }, + "Code3": { + "main": [ + [ + { + "node": "If3", + "type": "main", + "index": 0 + } + ] + ] + }, + "If3": { + "main": [ + [ + { + "node": "Code", + "type": "main", + "index": 0 + } + ] + ] + }, + "DeepSeek Chat Model": { + "ai_languageModel": [ + [ + { + "node": "Basic LLM Chain2", + "type": "ai_languageModel", + "index": 0 + } + ] + ] + }, + "Code": { + "main": [ + [ + { + "node": "Basic LLM Chain2", + "type": "main", + "index": 0 + } + ] + ] + }, + "Code1": { + "main": [ + [] + ] + }, + "Code2": { + "main": [ + [ + { + "node": "SendAndWait email2", + "type": "main", + "index": 0 + } + ] + ] + }, + "Schedule Trigger": { + "main": [ + [ + { + "node": "HTTP Request", + "type": "main", + "index": 0 + } + ] + ] + }, + "If1": { + "main": [ + [ + { + "node": "sql获取用户信息1", + "type": "main", + "index": 0 + } + ], + [ + { + "node": "Basic LLM Chain1", + "type": "main", + "index": 0 + } + ] + ] + }, + "SendAndWait email2": { + "main": [ + [ + { + "node": "If1", "type": "main", "index": 0 } @@ -659,13 +639,14 @@ } }, "pinData": { - "Basic LLM Chain": [ + "Basic LLM Chain2": [ { - "text": "\n\n\n \n \n 最新行业报告汇总\n \n\n\n\n
\n

最新行业报告汇总

\n\n \n
\n

高质量数据集实践指南(1.0)

\n

\n 随着人工智能技术迈入以大模型为核心的新纪元,数据已成为驱动模型能力跃迁与产业智能化升级的战略资源。DeepSeek 的横空出世颠覆了 \"高算力和高投入是发展人工智能唯一途径\"的固有认知,引领从业者高度重视数据质量与规模,高质量数据集成为人工智能发展的关键要素。然而,当前产业界面临多重挑战。\n

\n 阅读完整报告\n
\n\n \n
\n

栗蔚-云计算蓝皮书2025解读

\n

\n 本文基于中国信通院《云计算蓝皮书(2025 年)》,从全球与我国云计算发展概况、云计算与人工智能融合、云计算与算力互联网建设三大维度,系统解读云计算行业的政策动态、市场趋势、技术演进及应用实践。我国在市场规模、行业渗透、出海布局上成效显著,但需在算力云化、标准统一、数据安全等领域持续突破。\n

\n 阅读完整报告\n
\n\n \n
\n

医疗人工智能应用趋势观察

\n

\n 医疗人工智能应用正随生成式大模型快速发展而深化,OpenAI 大模型从 ChatGPT 系列向深度推理模型演进,推动医疗多场景应用拓展,如 DeepSeek 大模型在全国近 830 家医疗机构部署,覆盖病历生成、辅助诊疗、智能导诊等高频场景。但当前存在算法成熟度不足、算力资源受限、医疗责任认定模糊等难题。\n

\n 阅读完整报告\n
\n\n
\n\n\n" + "text": "\n\n\n \n \n 最新行业报告汇总\n \n\n\n
\n
\n

最新行业报告汇总

\n

收录最新行业洞察与技术趋势报告

\n
\n\n
\n
\n

内部审计数智化体系、路径和实践

\n

围绕内部审计数智化,阐述了其分为信息化、数字化、智能化三阶段的划分及实现路径,指出成功关键在于前瞻性规划与知识转移,强调转型需技管结合,介绍了审计数据体系的核心支撑作用、人员能力培养与技术协同方式,以及审计大模型面临的问题和相关标准研究情况。

\n
\n 2025-08-18\n 阅读报告\n
\n
\n\n
\n

平安人寿数据管理实践指南

\n

阐述了平安人寿在数字化转型中,通过构建统一数据管理、资产、服务、平台体系,推动数字核保、智能理赔等业务智能化,借助 DeepSeek 大模型赋能,并计划深化数据与 AI 融合以提升竞争力的实践与展望。

\n
\n 2025-08-18\n 阅读报告\n
\n
\n\n
\n

AI技术在项目管理中得应用洞察报告

\n

在政策支持与市场需求驱动下,AI 技术正深度融入项目管理全生命周期,进入规模化落地阶段。报告分析了各行业痛点,如 IT / 互联网需求变更频繁、制造业跨团队协作低效等,强调 AI 在效率提升、质量优化、成本控制等方面的核心价值,可通过智能需求管理、测试自动化等解决行业痛点。

\n
\n 2025-08-05\n 阅读报告\n
\n
\n\n
\n

专家观点-轻量化大模型微调在非功能测试需求准入场景下的应用研究

\n

本文围绕金融领域非功能测试需求准入场景中领域认知不足、计算资源受限及评审效率低下三大核心问题,提出于轻量化大模型的高效微调解决方案。研究采用LoRA方法对 DeepSeek-R1-7B-Distill模型进行领域适配微调,并构建了融合通用文本指标与专业维度的三维评估体系。

\n
\n 2025-08-05\n 阅读报告\n
\n
\n\n
\n

2025智能体十大关键词

\n

近年来,人工智能技术持续向纵深发展,以智能体为代表的大模型应用正成为推动产业智能化变革的核心引擎之一。中国人工智能产业发展联盟副秘书长、中国信通院副总工程师王爱华正式发布并解读\"2025 智能体十大关键词\"。

\n
\n 2025-08-05\n 阅读报告\n
\n
\n\n
\n

AI Clound Agent技术及产业应用洞察报告

\n

报告指出,在国家 \"人工智能 +\" 行动及地方政策支持下,AI Cloud Agent 进入 \"云计算基座 + 大模型内核 + 智能体场景\" 新阶段,与云计算形成 \"相互赋能、协同进化\" 的共生关系,其基本框架包含大语言模型、规划、记忆等五大核心组件。

\n
\n 2025-07-29\n 阅读报告\n
\n
\n\n
\n

AI原生,从\"概念图景\"到\"现实生产力\"

\n

中国信息通信研究院联合腾讯研究院开展AI原生深度研究,研究认为当前我国在AI原生赛道上与全球同步起跑,但也面临着从技术概念走向产业实践的现实挑战,存在预期与价值、模型与工程、数据与应用、生态与安全等困境。

\n
\n 2025-07-29\n 阅读报告\n
\n
\n\n
\n

可信AI云数据安全标准和测试洞察

\n

《可信 AI 云数据安全标准和测试洞察》围绕云计算与 AI 结合带来的数据安全新挑战,解读相关标准,分享产业洞察并展望未来。

\n
\n 2025-07-28\n 阅读报告\n
\n
\n\n
\n

《2025年软件工程智能化标准体系 建设指南》解读

\n

《2025 年软件工程智能化标准体系建设指南》解读了在国家战略与市场需求驱动下,软件工程智能化面临的行业、工程、技术痛点,介绍了 \"技术栈、工程域、行业线\" 分层建设思路、核心能力及信通院相关工作。

\n
\n 2025-07-28\n 阅读报告\n
\n
\n\n
\n

《一云多芯云应用软件创新能力要求》标准解读与信创产业展望

\n

该标准为软件创新提供评价标准,适用于开发商、提供商及采购参考,涵盖国产化程度等八大能力域,按步骤推进调研、定稿等工作。未来政策将持续引导,通过多方合作构建生态,辅以资金、人才支持助力发展。

\n
\n 2025-07-28\n 阅读报告\n
\n
\n\n
\n

《低空数字底座技术研究报告》解读

\n

《低空数字底座技术研究报告》解读了政策市场驱动下低空数字底座的核心作用、特点架构、应用挑战及信通院 \"1+3+N\" 推进模式。

\n
\n 2025-07-28\n 阅读报告\n
\n
\n\n
\n

2024-0579T-YD 行标《算力互联互通能力要求 第2部分:算力调度》解读

\n

2024-0579T-YD 行标《算力互联互通能力要求 第 2 部分:算力调度》于 2023 年 9 月立项,计划 2025 年下半年发布,旨在规范算力互联互通体系中算力调度的关键流程、主要角色及平台能力要求。

\n
\n 2025-07-28\n 阅读报告\n
\n
\n\n
\n

YD/T 6362-2025 行标《算力服务通用场景和总体框架》 解读

\n

YD/T 6362-2025 行标《算力服务通用场景和总体框架》于 2022 年 4 月立项,2025 年 7 月出版,规范了算力服务的通用场景、参考架构及关键能力要求,适用于算力服务相关方评价和建设。

\n
\n 2025-07-28\n 阅读报告\n
\n
\n\n
\n

智算网络演进

\n

主要介绍智算网络演进及分布式架构实践:人类进入 \"算力时代\",算力与网络深度融合,供给模式向一体化发展;大模型推动算力需求指数级增长,智算网络聚焦算力、算据、算效优化,多节点互联成必然。

\n
\n 2025-07-28\n 阅读报告\n
\n
\n\n
\n

低空数字底座技术研究报告

\n

随着中国低空经济进入规模化发展新阶段,数字底座作为支撑低空产业生态的核心底座,正在经历从概念验证到工程化落地的关键转型。凭借北斗导航、5G 通信等领域的先发优势,正在构建具有自主知识产权的低空数字底座技术体系。

\n
\n 2025-07-28\n 阅读报告\n
\n
\n\n
\n

AI赋能汽车行业智能化转型技术创新报告

\n

聚焦 AI 赋能汽车行业智能化转型,以智己汽车为例,阐述了三层 AI 赋能架构及研发设计、用户运营、座舱体验三大核心场景的智能化实践与成效,并展望了未来发展方向。

\n
\n 2025-07-28\n 阅读报告\n
\n
\n\n
\n

大模型驱动得行业云平台智能化转型新引擎

\n

聚焦大模型驱动的行业云平台智能化转型:国家推进 \"人工智能 +\" 行动支持大模型应用,地方出台配套计划。通用大模型因适配性、合规等问题难落地,行业大模型成关键,62% 模型交付通过云平台实现。

\n
\n 2025-07-28\n 阅读报告\n
\n
\n\n
\n

赋能低空经济得可信数据基座

\n

中科星图作为空天信息技术创新的引领者等,依托股东技术底蕴形成独特能力内核,聚焦 \"1+2+N+M\" 低空战略布局低空经济全产业链。其打造的可信低空全要素数据底座,具备多源数据支撑、软硬一体保障体系及全链路技术流程。

\n
\n 2025-07-28\n 阅读报告\n
\n
\n\n
\n

2025央国企数智化转型发展报告

\n

该报告指出作为国民经济 \"顶梁柱\" 的央国企,其数智化转型已从单点突破向系统深化进阶,基础持续夯实且行业差异显著,虽面临战略、组织、技术等六大核心挑战,但未来将以 \"创新驱动、绿色赋能、生态协同\" 为主线。

\n
\n 2025-07-28