Showing
1 changed file
with
5 additions
and
0 deletions
| @@ -166,6 +166,11 @@ BettaFish/ | @@ -166,6 +166,11 @@ BettaFish/ | ||
| 166 | │ ├── ir/ # 报告中间表示(IR)契约与校验 | 166 | │ ├── ir/ # 报告中间表示(IR)契约与校验 |
| 167 | │ │ ├── schema.py # 块/标记Schema常量定义 | 167 | │ │ ├── schema.py # 块/标记Schema常量定义 |
| 168 | │ │ └── validator.py # 章节JSON结构校验器 | 168 | │ │ └── validator.py # 章节JSON结构校验器 |
| 169 | +│ ├── graphrag/ # GraphRAG 知识图谱构建与检索 | ||
| 170 | +│ │ ├── graph_builder.py # state+forum日志→知识图谱 | ||
| 171 | +│ │ ├── graph_storage.py # Graph对象管理与graphrag.json落盘 | ||
| 172 | +│ │ ├── query_engine.py # 关键词/类型/深度检索入口 | ||
| 173 | +│ │ └── ... # forum/state解析、提示词等 | ||
| 169 | │ ├── nodes/ # 全流程推理节点 | 174 | │ ├── nodes/ # 全流程推理节点 |
| 170 | │ │ ├── base_node.py # 节点基类+日志/状态钩子 | 175 | │ │ ├── base_node.py # 节点基类+日志/状态钩子 |
| 171 | │ │ ├── template_selection_node.py # 模板候选收集与LLM筛选 | 176 | │ │ ├── template_selection_node.py # 模板候选收集与LLM筛选 |
-
Please register or login to post a comment