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

@@ -476,3 +476,6 @@ export default AIStreamChat;

View File

@@ -176,3 +176,6 @@ export default ConversationList;

View File

@@ -28,3 +28,6 @@ export type {

View File

@@ -320,3 +320,6 @@ export default useAIStream;

View File

@@ -249,3 +249,6 @@ export default useConversations;

View File

@@ -68,6 +68,9 @@ export { default as Placeholder } from './Placeholder';