Toggle navigation
Toggle navigation
This project
Loading...
Sign in
万朱浩
/
Venue-Ops
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
马一丁
2025-12-20 13:34:03 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
82021413a8677791d25045663d262e87c84c6de3
82021413
1 parent
1a7f7c78
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
README.md
README.md
View file @
8202141
...
...
@@ -166,6 +166,11 @@ BettaFish/
│ ├── ir/ # 报告中间表示(IR)契约与校验
│ │ ├── schema.py # 块/标记Schema常量定义
│ │ └── validator.py # 章节JSON结构校验器
│ ├── graphrag/ # GraphRAG 知识图谱构建与检索
│ │ ├── graph_builder.py # state+forum日志→知识图谱
│ │ ├── graph_storage.py # Graph对象管理与graphrag.json落盘
│ │ ├── query_engine.py # 关键词/类型/深度检索入口
│ │ └── ... # forum/state解析、提示词等
│ ├── nodes/ # 全流程推理节点
│ │ ├── base_node.py # 节点基类+日志/状态钩子
│ │ ├── template_selection_node.py # 模板候选收集与LLM筛选
...
...
Please
register
or
login
to post a comment