nex_docus/docs/sdd/specs/DV-0007-rag-chat/verification.md

21 lines
577 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# DV-0007知识库 RAG 对话 验证Verification
## 自动化测试
| VER | 测试 | 证明 | 结果 |
| --- | --- | --- | --- |
| VER-1 | test_chat_citations.py | FR-12/19, TS-7 | 通过 |
## 手工验收清单
- [x] 创建会话、发消息、流式接收
- [x] 答案带 [n] 引用并可回填支撑句
- [x] 中断消息正确处理
- [x] 检索命中高亮
## 结构性证据
| VER | 证据 | 证明 |
| --- | --- | --- |
| VER-11 | api/v1/chat.py | FR-12 |
| VER-12 | services/rag_service.py | ADR-0004/5 |
| VER-16 | frontend/src/pages/Chat/* | FR-12 |