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

@@ -64,5 +64,6 @@ models/

View File

@@ -52,5 +52,6 @@ __version__ = '1.0.0'

View File

@@ -185,5 +185,6 @@ def get_missing_summary(df: pd.DataFrame) -> dict:

View File

@@ -145,5 +145,6 @@ def apply_filter(

View File

@@ -309,5 +309,6 @@ def get_unpivot_preview(

View File

@@ -319,5 +319,6 @@ if __name__ == "__main__":

View File

@@ -85,5 +85,6 @@ except Exception as e:

View File

@@ -65,5 +65,6 @@ except Exception as e: