M2-03 Material & Source Module #23
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
目标
设计知习资料与来源模块,为 C 端用户提供上传材料的管理、版本控制和来源引用追踪能力。
本 Issue 只做模块架构设计,不直接实现代码。
背景说明
Material 是知习最核心的数据对象之一——用户上传的 PDF、DOCX、图片等资料。每个 Material 可以有多个 Source 版本(重新解析后生成新版本),解析后的 chunks 需要能追溯回 Material 的具体位置(页码/段落/坐标)。所有学习工件和 RAG 引用都必须能回溯到 Material 或 SourceReference。
模块职责
本模块负责:
本模块不负责:
候选数据对象
基础设施依赖判断
API 设计
CAPI:
AAPI:
Domain Event 设计
交付检查
验收标准
禁止事项
不建议当前阶段实现