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:
1
redcap-docker-dev/.gitattributes
vendored
1
redcap-docker-dev/.gitattributes
vendored
@@ -41,3 +41,4 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
1
redcap-docker-dev/.gitignore
vendored
1
redcap-docker-dev/.gitignore
vendored
@@ -72,3 +72,4 @@ Desktop.ini
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -373,3 +373,4 @@ docker-compose -f docker-compose.prod.yml up -d
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -134,3 +134,4 @@ volumes:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -132,3 +132,4 @@ volumes:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -68,3 +68,4 @@ PMA_UPLOAD_LIMIT=50M
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -76,3 +76,4 @@ Write-Host ""
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -54,3 +54,4 @@ try {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -67,3 +67,4 @@ Write-Host ""
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -30,3 +30,4 @@ if ($result) {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -52,3 +52,4 @@ if ($LASTEXITCODE -eq 0) {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -38,3 +38,4 @@ if ($LASTEXITCODE -eq 0) {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user