dify/api/tasks
Novice 535fff62f3
feat: add MCP support (#20716)
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
2025-07-10 14:01:34 +08:00
..
annotation deal db session in celery worker (#17549) 2025-04-07 20:31:26 +08:00
__init__.py feat: mypy for all type check (#10921) 2024-12-24 18:38:51 +08:00
add_document_to_index_task.py refactor: Use typed SQLAlchemy base model and fix type errors (#19980) 2025-05-21 15:38:03 +08:00
batch_clean_document_task.py deal db session in celery worker (#17549) 2025-04-07 20:31:26 +08:00
batch_create_segment_to_index_task.py Feat/queue monitor (#20647) 2025-06-04 19:56:34 +08:00
clean_dataset_task.py deal db session in celery worker (#17549) 2025-04-07 20:31:26 +08:00
clean_document_task.py Update clean_document_task.py (#22090) 2025-07-10 09:18:50 +08:00
clean_notion_document_task.py deal db session in celery worker (#17549) 2025-04-07 20:31:26 +08:00
create_segment_to_index_task.py fix: replace all dataset.Model.query to db.session.query(Model) (#19509) 2025-05-12 13:52:33 +08:00
deal_dataset_vector_index_task.py fix: replace all dataset.Model.query to db.session.query(Model) (#19509) 2025-05-12 13:52:33 +08:00
delete_account_task.py feat: account delete (#11829) 2024-12-30 11:33:42 +08:00
delete_segment_from_index_task.py deal db session in celery worker (#17549) 2025-04-07 20:31:26 +08:00
disable_segment_from_index_task.py deal db session in celery worker (#17549) 2025-04-07 20:31:26 +08:00
disable_segments_from_index_task.py deal db session in celery worker (#17549) 2025-04-07 20:31:26 +08:00
document_indexing_sync_task.py fix celery job not closed issue (#19268) 2025-05-30 14:42:47 +08:00
document_indexing_task.py fix celery job not closed issue (#19268) 2025-05-30 14:42:47 +08:00
document_indexing_update_task.py fix celery job not closed issue (#19268) 2025-05-30 14:42:47 +08:00
duplicate_document_indexing_task.py fix celery job not closed issue (#19268) 2025-05-30 14:42:47 +08:00
enable_segment_to_index_task.py deal db session in celery worker (#17549) 2025-04-07 20:31:26 +08:00
enable_segments_to_index_task.py deal db session in celery worker (#17549) 2025-04-07 20:31:26 +08:00
mail_account_deletion_task.py chore: docstring not match the function parameter (#17162) 2025-03-31 13:19:15 +08:00
mail_email_code_login.py E-300 (#19726) 2025-05-20 12:07:50 +08:00
mail_enterprise_task.py E-300 (#19726) 2025-05-20 12:07:50 +08:00
mail_invite_member_task.py E-300 (#19726) 2025-05-20 12:07:50 +08:00
mail_reset_password_task.py E-300 (#19726) 2025-05-20 12:07:50 +08:00
ops_trace_task.py feat: Add W&B Weave Tracing Integration (#14262) 2025-04-26 04:28:30 -07:00
recover_document_indexing_task.py fix celery job not closed issue (#19268) 2025-05-30 14:42:47 +08:00
remove_app_and_related_data_task.py feat: add MCP support (#20716) 2025-07-10 14:01:34 +08:00
remove_document_from_index_task.py deal db session in celery worker (#17549) 2025-04-07 20:31:26 +08:00
retry_document_indexing_task.py document indexing not bound to a Session (#21015) 2025-06-14 17:44:35 +02:00
sync_website_document_indexing_task.py fix celery job not closed issue (#19268) 2025-05-30 14:42:47 +08:00