chore: add remaining test docs, scripts and temp files

- Add Git commit preparation checklist
- Add Phase testing guides and issue tracking
- Add utility scripts (env setup, test data initialization)
- Add temp migration SQL files (for reference)
- Update startup scripts and README
- Remove obsolete scripts
This commit is contained in:
2025-11-16 15:44:55 +08:00
parent 1992232fda
commit 855d142fec
32 changed files with 9125 additions and 113 deletions

View File

@@ -38,6 +38,39 @@
- DeepSeek-V3主力LLM
- Qwen3备用LLM
## ✨ 核心功能
### 1. 智能问答系统
- 基于项目背景的上下文对话
- 支持@知识库引用
- 3种对话模式RAG快速检索、全文阅读、批处理
### 2. 知识库管理
- 文档上传与管理支持PDF/Word/Txt
- 智能文本提取Python微服务
- RAG检索优化top_k=15, chunk_size=1500
### 3. 批处理模式
- 批量提取结构化信息3-50个文档
- 预设模板+自定义Prompt
- Excel导出
### 4. 稿件审查功能 ⭐ 新增
- **双维度智能评估**
- 稿约规范性评估11个标准
- 方法学评估3个部分20个检查点
- **完整工作流程**
- Word文档上传.doc/.docx
- 实时进度展示
- 详细评估报告
- PDF导出+文本复制
- **多模型支持**DeepSeek-V3 / Qwen3-72B / Qwen-Long
- **独立导航入口**:左侧菜单"稿件审查"
### 5. 12个智能体规划中
- ✅ 选题评价智能体(已完成)
- ⏳ 其他11个智能体计划中
## 🚀 快速开始
### 1. 启动基础服务