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

@@ -82,6 +82,9 @@ models/

View File

@@ -70,6 +70,9 @@ __version__ = '1.0.0'

View File

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

View File

@@ -163,6 +163,9 @@ def apply_filter(

View File

@@ -327,6 +327,9 @@ def get_unpivot_preview(

View File

@@ -144,3 +144,6 @@ def extract_pdf_to_markdown(pdf_path: str) -> Dict[str, Any]:
return processor.to_markdown(pdf_path)

View File

@@ -337,6 +337,9 @@ if __name__ == "__main__":

View File

@@ -103,6 +103,9 @@ except Exception as e:

View File

@@ -83,6 +83,9 @@ except Exception as e: