feat(storage): integrate Alibaba Cloud OSS for file persistence - Add OSSAdapter and LocalAdapter with StorageFactory pattern - Integrate PKB module with OSS upload - Rename difyDocumentId to storageKey - Create 4 OSS buckets and development specification

This commit is contained in:
2026-01-22 22:02:20 +08:00
parent 483c62fb6f
commit 9c96f75c52
309 changed files with 4583 additions and 172 deletions

View File

@@ -582,6 +582,9 @@ df['creatinine'] = pd.to_numeric(df['creatinine'], errors='coerce')

View File

@@ -997,6 +997,9 @@ export const aiController = new AIController();

View File

@@ -1331,6 +1331,9 @@ npm install react-markdown

View File

@@ -239,6 +239,9 @@ FMA___基线 | FMA___1个月 | FMA___2个月

View File

@@ -397,6 +397,9 @@ formula = "FMA总分0-100 / 100"

View File

@@ -231,6 +231,9 @@ async handleFillnaMice(request, reply) {

View File

@@ -203,6 +203,9 @@ method: 'mean' | 'median' | 'mode' | 'constant' | 'ffill' | 'bfill'

View File

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

View File

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

View File

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

View File

@@ -655,6 +655,9 @@ http://localhost:5173/data-cleaning/tool-c

View File

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

View File

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

View File

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

View File

@@ -257,6 +257,9 @@ $ node scripts/check-dc-tables.mjs

View File

@@ -490,6 +490,9 @@ ${fields.map((f, i) => `${i + 1}. ${f.name}${f.desc}`).join('\n')}