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
+21
View File
@@ -0,0 +1,21 @@
# Scripts 模块
## 目录说明
`scripts` 提供本地调试与数据同步脚本。
## 文件清单
- `console_chat.py`:命令行多轮问答调试
- `demo_chat.py`:示例交互脚本
- `sync_ragflow_templates.py`:同步表检索模板到 RAGFlow
- `sync_sql_gen_prompts.py`:同步 SQL 提示词到 RAGFlow
## 常用命令
```powershell
python scripts\console_chat.py --skip-sr-api --show-sql
python scripts\sync_ragflow_templates.py
python scripts\sync_sql_gen_prompts.py
```