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:
33
README.md
33
README.md
@@ -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. 启动基础服务
|
||||
|
||||
Reference in New Issue
Block a user