feat: 完成 issue #13 树脂模板封装(固化已交付化工AI平台)

This commit is contained in:
2026-08-04 22:20:28 +08:00
parent 8b8fa54024
commit 33c2586dd7
6 changed files with 291 additions and 0 deletions
@@ -0,0 +1,27 @@
# -*- coding: utf-8 -*-
# 模板 RAG 库资产:resin(吸附树脂 / 离子交换树脂,iAOP-Template-Resin)。
#
# 说明(固化自已交付化工新材料AI平台,EPIC #13):
# - 知识源分类固定三类(PRD 7.3 领域RAG知识库一期范围):
# - process 工艺规范(树脂合成工艺规范、生产操作手册);
# - sop 标准作业程序 / 异常处置 SOP;
# - standard 国标 / 行业标准 / 文献(离子交换树脂相关 GB/T)。
# - 换行业只改本文件 + 对应文档集,内核零改动;
# - 与 core/rag-kb/config/kb.template.yaml(ti-cl4 示例)同构。
template: resin
version: 1.0.0
sources:
- kind: process
documents:
- 吸附树脂合成工艺规范
- 离子交换树脂生产操作手册
- kind: sop
documents:
- 树脂合成异常处置SOP
- 交联度超标处置流程
- 交接班报告生成规范
- kind: standard
documents:
- GB/T 5475 离子交换树脂取样方法
- GB/T 8144 阳离子交换树脂交换容量测定方法
- GB/T 8330 离子交换树脂湿真密度测定方法