dify/api/services
GareArc cc0cf10d77
fix: update request parameters in EnterpriseService to use 'params' instead of 'json' for DELETE requests
2025-12-25 22:28:25 -08:00
..
auth Issue 23579 (#26777) 2025-10-13 10:16:12 +08:00
document_indexing_proxy feat: enable tenant isolation on duplicate document indexing tasks (#29080) 2025-12-08 17:54:57 +08:00
enterprise fix: update request parameters in EnterpriseService to use 'params' instead of 'json' for DELETE requests 2025-12-25 22:28:25 -08:00
entities Feat/support multimodal embedding (#29115) 2025-12-09 14:41:46 +08:00
errors feat: trigger billing (#28335) 2025-11-20 10:15:23 +08:00
plugin feat: introduce trigger functionality (#27644) 2025-11-12 17:59:37 +08:00
rag_pipeline feat: enable tenant isolation on duplicate document indexing tasks (#29080) 2025-12-08 17:54:57 +08:00
recommend_app change all to httpx (#26119) 2025-10-10 23:41:16 +08:00
tools perf(api): optimize tool provider list API with Redis caching (#29101) 2025-12-08 15:34:03 +09:00
trigger chore: enhance the hint when the user triggers an invalid webhook request (#28671) 2025-11-26 14:00:16 +08:00
workflow feat: trigger billing (#28335) 2025-11-20 10:15:23 +08:00
__init__.py chore(api/services): apply ruff reformatting (#7599) 2024-08-26 13:43:57 +08:00
account_service.py refactor: port reqparse to Pydantic model (#28949) 2025-12-05 13:05:53 +09:00
advanced_prompt_template_service.py chore: adopt StrEnum and auto() for some string-typed enums (#25129) 2025-09-12 21:14:26 +08:00
agent_service.py use deco to avoid current_user (#26077) 2025-10-16 15:45:51 +09:00
annotation_service.py feat: enhance annotation API to support optional message_id and content fields (#27460) 2025-11-04 14:11:09 +08:00
api_based_extension_service.py remove bare list, dict, Sequence, None, Any (#25058) 2025-09-06 03:32:23 +08:00
app_dsl_service.py Feat/web workflow improvements (#27981) 2025-11-25 19:54:40 +08:00
app_generate_service.py add service layer OTel Span (#28582) 2025-12-05 21:58:32 +08:00
app_model_config_service.py remove bare list, dict, Sequence, None, Any (#25058) 2025-09-06 03:32:23 +08:00
app_service.py feat(api): Implement EventManager error logging and add coverage (#29204) 2025-12-08 09:40:40 +08:00
app_task_service.py fix: ensure advanced-chat workflows stop correctly (#27803) 2025-11-25 20:09:03 +08:00
async_workflow_service.py more typed orm (#28577) 2025-11-24 21:01:46 +08:00
attachment_service.py Feat/support multimodal embedding (#29115) 2025-12-09 14:41:46 +08:00
audio_service.py fix: remove unnecessary Flask context preservation to avoid circular import in audio service (#27380) 2025-10-24 10:41:14 +08:00
billing_service.py Feat integrate partner stack (#28353) 2025-11-20 15:58:05 +08:00
clear_free_plan_tenant_expired_logs.py refactor: replace hardcoded user plan strings with CloudPlan enum (#27675) 2025-11-03 11:51:09 +08:00
code_based_extension_service.py remove bare list, dict, Sequence, None, Any (#25058) 2025-09-06 03:32:23 +08:00
conversation_service.py fix: conversation rename payload validation (#29510) 2025-12-11 18:05:41 +09:00
dataset_service.py fix: does not save segment vector when there is no attachment_ids 2025-12-15 15:57:56 +08:00
datasource_provider_service.py chore: update the error message (#29325) 2025-12-09 15:29:04 +08:00
end_user_service.py fix: allow API to access conversations created before upgrade to 1.10.0 (#28462) 2025-11-21 10:34:55 +08:00
external_knowledge_service.py chore: not slient call external service error (#29290) 2025-12-09 10:25:33 +08:00
feature_service.py feat: trigger billing (#28335) 2025-11-20 10:15:23 +08:00
feedback_service.py test: add comprehensive unit tests for FeedbackService (#28771) 2025-11-28 11:33:56 +08:00
file_service.py Feat/support multimodal embedding (#29115) 2025-12-09 14:41:46 +08:00
hit_testing_service.py fix: hit-test failed when attachment id is not exist (#29563) 2025-12-12 13:45:00 +08:00
knowledge_service.py rm type ignore (#25715) 2025-10-21 11:26:58 +08:00
message_service.py more typed orm (#28577) 2025-11-24 21:01:46 +08:00
metadata_service.py feat: Implement partial update for document metadata, allowing merging of new values with existing ones. (#28390) 2025-11-21 12:58:20 +08:00
model_load_balancing_service.py chore: add ast-grep rule to convert Optional[T] to T | None (#25560) 2025-09-15 13:06:33 +08:00
model_provider_service.py fix: fix custom model credentials display as plaintext (#29425) 2025-12-11 09:48:45 +08:00
oauth_server.py use deco to avoid current_user (#26077) 2025-10-16 15:45:51 +09:00
operation_service.py more httpx (#25651) 2025-09-22 23:07:09 +08:00
ops_service.py feat: MLflow tracing (#26093) 2025-11-22 13:53:58 +08:00
recommended_app_service.py chore: add ast-grep rule to convert Optional[T] to T | None (#25560) 2025-09-15 13:06:33 +08:00
saved_message_service.py use deco to avoid current_user (#26077) 2025-10-16 15:45:51 +09:00
tag_service.py more typed orm (#28577) 2025-11-24 21:01:46 +08:00
variable_truncator.py fix(api): Disable SSE events truncation for service api (#27484) 2025-10-27 21:15:44 +08:00
vector_service.py Feat/support multimodal embedding (#29115) 2025-12-09 14:41:46 +08:00
web_conversation_service.py use deco to avoid current_user (#26077) 2025-10-16 15:45:51 +09:00
webapp_auth_service.py refactor: replace localStorage with HTTP-only cookies for auth tokens (#24365) 2025-10-19 21:29:04 +08:00
website_service.py refactor: Update Firecrawl to use v2 API (#24734) 2025-10-15 10:48:54 +08:00
workflow_app_service.py feat: introduce trigger functionality (#27644) 2025-11-12 17:59:37 +08:00
workflow_draft_variable_service.py feat:mysql adaptation for metadb (#28188) 2025-11-20 09:44:39 +08:00
workflow_run_service.py feat(api): Introduce workflow pause state management (#27298) 2025-10-30 14:41:09 +08:00
workflow_service.py Enhanced GraphEngine Pause Handling (#28196) 2025-11-26 19:59:34 +08:00
workspace_service.py Fix basedpyright type errors (#25435) 2025-09-10 01:54:26 +08:00