mirror of https://github.com/langgenius/dify.git
This commit is contained in:
parent
e934503fa0
commit
95a24156de
|
|
@ -13,3 +13,5 @@ class MetadataDataSource(Enum):
|
|||
upload_file = "file_upload"
|
||||
website_crawl = "website"
|
||||
notion_import = "notion"
|
||||
local_file = "file_upload"
|
||||
online_document = "online_document"
|
||||
|
|
|
|||
Loading…
Reference in New Issue