mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 19:59:50 +08:00
Merge branch 'feat/add-remote-file-upload-api' into deploy/dev
This commit is contained in:
commit
b5b84f5d52
|
@ -160,7 +160,7 @@ def _build_from_local_file(
|
|||
tenant_id=tenant_id,
|
||||
type=file_type,
|
||||
transfer_method=transfer_method,
|
||||
remote_url=None,
|
||||
remote_url=row.source_url,
|
||||
related_id=mapping.get("upload_file_id"),
|
||||
_extra_config=config,
|
||||
size=row.size,
|
||||
|
|
Loading…
Reference in New Issue
Block a user