- Revised MEMORY.md to correct the status of kb_product_rules, clarifying that it has not been populated in the vector database as previously stated. - Enhanced TODO.md with detailed descriptions of completed tasks and their corresponding documentation paths for better tracking of project deliverables. - Added new files for daily meeting minutes, development plans, table design documents, API documentation, presentation materials, and requirements documentation, ensuring all necessary materials are indexed and easily accessible for the upcoming defense. - Updated README files to reflect the latest changes and provide a comprehensive overview of submission materials for the defense, aligning with client requirements.
1.7 KiB
1.7 KiB
3 · 表的设计文档(答辩提交说明)
答辩提交请附全文:
docs/项目管理/03-表设计文档.md(给人看的字典 · 约 650 行)
DDL 原文:docs/项目框架设计/表设计/· Corescripts/core/01-ddl.sql
3.1 分层一览(口播用)
| 存储 | 库/组件 | 职责 |
|---|---|---|
| MySQL | jinrong_core |
L0 正式档案 · 持仓 · 流水 · 产品 · 转换受理/批次(只读给 Agent,写经 simulate/convert 网关) |
| MySQL | jinrong_agent |
会话 · 审计 · L1/L2/L3 · 预警 · 专用表 11+5 |
| Redis | :6380 | 会话窗口 · 画像热读 · 限流 · Chat 交易抽槽 |
| Neo4j | Desktop | 归属 · 持仓图 · R-02 关系查询(同步自 Core) |
| Milvus Lite | data/milvus.db |
产品/制度 RAG(bge-m3 1024 维) |
3.2 2026-09-13 相对初版计划的增量(答辩若被问到「表有没有增」)
| 主题 | 说明 | 深读 |
|---|---|---|
| 申赎写侧 | core_share_lot + core_holding 网关同步(与转换确认段口径一致) |
MEMORY 地图 · trade_gateway |
| 基金转换 T+1 | core_convert_request · core_convert_lot_detail · 交易日历 |
架构设计-基金转换交易.md |
| 顾问合并 | scripts/agent/migrate-advisor-agent-sprint1-3.sql 专用表 |
理财顾问合并说明 |
3.3 红线(合规口播)
- 审计类表只 INSERT(
audit_log等)。 - L0 正式 C 档不可被 L1/L2/L3 覆盖。
- 适当性阻断落
risk_suitability_log+ 网关/simulate 口径一致。