mirror of
https://github.com/langgenius/dify.git
synced 2025-12-28 02:22:15 +00:00
Update clean_document_task.py (#22090)
This commit is contained in:
parent
4cb50f1809
commit
b237113311
@ -72,6 +72,7 @@ def clean_document_task(document_id: str, dataset_id: str, doc_form: str, file_i
|
||||
DatasetMetadataBinding.dataset_id == dataset_id,
|
||||
DatasetMetadataBinding.document_id == document_id,
|
||||
).delete()
|
||||
db.session.commit()
|
||||
|
||||
end_at = time.perf_counter()
|
||||
logging.info(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user