mirror of
https://github.com/langgenius/dify.git
synced 2025-12-19 17:27:16 -05:00
chore: add online drive metadata source enum (#29674)
This commit is contained in:
@@ -15,3 +15,4 @@ class MetadataDataSource(StrEnum):
|
||||
notion_import = "notion"
|
||||
local_file = "file_upload"
|
||||
online_document = "online_document"
|
||||
online_drive = "online_drive"
|
||||
|
||||
Reference in New Issue
Block a user