Merge branch 'feat/support-knowledge-metadata' into deploy/dev

This commit is contained in:
jyong 2025-03-11 18:53:51 +08:00
commit 5608425dcc

View File

@ -10,6 +10,6 @@ class BuiltInField(str, Enum):
class MetadataDataSource(Enum):
upload_file = "file"
upload_file = "file_upload"
website_crawl = "website"
notion_import = "notion"