feat(pkb): implement complete batch processing workflow and frontend optimization

- Frontend V3 architecture migration to modules/pkb
- Implement three work modes: full-text reading, deep reading, batch processing
- Complete batch processing: template selection, progress display, result export (CSV)
- Integrate Ant Design X Chat component with streaming support
- Add document upload modal with drag-and-drop support
- Optimize UI: multi-line table display, citation formatting, auto-scroll
- Fix 10+ technical issues: API mapping, state sync, form clearing
- Update documentation: development records and module status

Performance: 3 docs batch processing ~17-28s
Status: PKB module now production-ready (90% complete)
This commit is contained in:
2026-01-07 18:23:43 +08:00
parent e59676342a
commit 06028c6952
195 changed files with 1405 additions and 272 deletions

View File

@@ -639,5 +639,6 @@ import { logger } from '../../../../common/logging/index.js';

View File

@@ -442,5 +442,6 @@ import { ChatContainer } from '@/shared/components/Chat';

View File

@@ -352,5 +352,6 @@ const initialMessages = defaultMessages.length > 0 ? defaultMessages : [{

View File

@@ -640,5 +640,6 @@ http://localhost:5173/data-cleaning/tool-c

View File

@@ -428,5 +428,6 @@ Docs: docs/03-业务模块/DC-数据清洗整理/06-开发记录/DC模块重建

View File

@@ -301,5 +301,6 @@ ConflictDetectionService // 冲突检测(字段级对比)

View File

@@ -465,5 +465,6 @@ Tool B后端代码**100%复用**了平台通用能力层,无任何重复开发

View File

@@ -242,5 +242,6 @@ $ node scripts/check-dc-tables.mjs