[AC-AISVC-02, AC-AISVC-16] 多个需求合并 #1
Loading…
Reference in New Issue
No description provided.
Delete Branch "feature/prompt-unification-and-logging"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
实现内容: - 新增知识库实体模型 (KnowledgeBase, Document, IndexJob) - 新增 KBService 服务层,支持文档上传、存储、索引任务管理 - 实现知识库管理 API 真实对接 (POST/GET /admin/kb/documents) - 实现索引任务状态查询 API (GET /admin/kb/index/jobs/{jobId}) - 实现 RAG 实验室真实向量检索 (POST /admin/rag/experiments/run) - 实现会话监控真实数据库查询 (GET /admin/sessions) 规范更新: - requirements.md: v0.1.0 -> v0.2.0, 新增 AC-AISVC-21~28 - tasks.md: v0.1.0 -> v0.2.0, 新增 Phase 6 (9个任务) - openapi.admin.yaml: L0 -> L1, 更新 x-requirements 映射 验收标准: AC-AISVC-21, AC-AISVC-22, AC-AISVC-23, AC-AISVC-24, AC-AISVC-25, AC-AISVC-26, AC-AISVC-27, AC-AISVC-28