dify/api/tasks
Jyong c6b0dc6a29
Some checks are pending
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
update dataset embedding model, update document status to be indexing (#7145)
2024-08-09 16:47:15 +08:00
..
annotation feat: Deprecate datetime.utcnow() in favor of datetime.now(timezone.utc).replace(tzinfo=None) for better timezone handling (#3408) (#3416) 2024-04-12 16:22:24 +08:00
add_document_to_index_task.py feat: Deprecate datetime.utcnow() in favor of datetime.now(timezone.utc).replace(tzinfo=None) for better timezone handling (#3408) (#3416) 2024-04-12 16:22:24 +08:00
batch_create_segment_to_index_task.py feat: backend model load balancing support (#4927) 2024-06-05 00:13:04 +08:00
clean_dataset_task.py Feat/delete file when clean document (#5882) 2024-07-15 19:57:05 +08:00
clean_document_task.py Feat/delete file when clean document (#5882) 2024-07-15 19:57:05 +08:00
clean_notion_document_task.py Feat/dify rag (#2528) 2024-02-22 23:31:57 +08:00
create_segment_to_index_task.py feat: Deprecate datetime.utcnow() in favor of datetime.now(timezone.utc).replace(tzinfo=None) for better timezone handling (#3408) (#3416) 2024-04-12 16:22:24 +08:00
deal_dataset_vector_index_task.py update dataset embedding model, update document status to be indexing (#7145) 2024-08-09 16:47:15 +08:00
delete_segment_from_index_task.py Feat/dify rag (#2528) 2024-02-22 23:31:57 +08:00
disable_segment_from_index_task.py Feat/dify rag (#2528) 2024-02-22 23:31:57 +08:00
document_indexing_sync_task.py Feat/firecrawl data source (#5232) 2024-06-15 02:46:02 +08:00
document_indexing_task.py refactor(services/tasks): Swtich to dify_config witch Pydantic (#6203) 2024-07-12 12:25:38 +08:00
document_indexing_update_task.py update empty document caused delete exist collection (#6392) 2024-07-17 20:38:32 +08:00
duplicate_document_indexing_task.py refactor(services/tasks): Swtich to dify_config witch Pydantic (#6203) 2024-07-12 12:25:38 +08:00
enable_segment_to_index_task.py feat: Deprecate datetime.utcnow() in favor of datetime.now(timezone.utc).replace(tzinfo=None) for better timezone handling (#3408) (#3416) 2024-04-12 16:22:24 +08:00
mail_invite_member_task.py refactor(services/tasks): Swtich to dify_config witch Pydantic (#6203) 2024-07-12 12:25:38 +08:00
mail_reset_password_task.py refactor(services/tasks): Swtich to dify_config witch Pydantic (#6203) 2024-07-12 12:25:38 +08:00
ops_trace_task.py fix: sending app trace data to other app trace provider (#6931) 2024-08-04 00:05:51 +08:00
recover_document_indexing_task.py enhancement: introduce Ruff for Python linter for reordering and removing unused imports with automated pre-commit and sytle check (#2366) 2024-02-06 13:21:13 +08:00
remove_app_and_related_data_task.py chore: optimize asynchronous workflow deletion performance of app related data (#6639) 2024-07-24 19:00:37 +08:00
remove_document_from_index_task.py fix: tolerate exceptions in cleaning up index when vector db service unavailable (#2533) 2024-02-23 12:30:39 +08:00
retry_document_indexing_task.py Knowledge optimization (#3755) 2024-04-24 15:02:29 +08:00
sync_website_document_indexing_task.py Feat/firecrawl data source (#5232) 2024-06-15 02:46:02 +08:00