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'