This commit is contained in:
2026-03-24 18:07:22 +08:00
parent e062368ef2
commit 9a16f738d8
121 changed files with 8904 additions and 3940 deletions
+13
View File
@@ -0,0 +1,13 @@
# Config 模块
## 作用
维护运行配置与提示词资源,是模型、RAG、缓存与工作流参数的配置中心。
## 内容
- `config.ini` / `config.ini.example`:环境配置
- `prompts.yaml`:系统与用户提示词模板
- `settings.py`:配置读取入口
- `sql_gen_prompts/`:按表维度的 SQL 提示词 JSON
- `table_retrieval_prompts/`:表检索提示词数据