dify/api/services
2024-04-18 20:24:05 +08:00
..
enterprise Feat/enterprise sso (#3602) 2024-04-18 17:33:32 +08:00
entities 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
errors chore: apply ruff rules on tests and app.py (#3605) 2024-04-18 20:24:05 +08:00
workflow FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
__init__.py chore: apply ruff rules on tests and app.py (#3605) 2024-04-18 20:24:05 +08:00
account_service.py Feat/enterprise sso (#3602) 2024-04-18 17:33:32 +08:00
advanced_prompt_template_service.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
agent_service.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
annotation_service.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
api_based_extension_service.py
app_generate_service.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
app_model_config_service.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
app_service.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
audio_service.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
billing_service.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
code_based_extension_service.py
conversation_service.py fix: empty conversation list of explore chatbot (#3235) 2024-04-09 17:04:48 +08:00
dataset_service.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
feature_service.py Feat: Add documents limitation (#2662) 2024-03-03 12:45:06 +08:00
file_service.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
hit_testing_service.py Fix/hit test tsne issue (#2581) 2024-02-27 17:30:52 +08:00
message_service.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
model_provider_service.py chore: apply ruff's pyupgrade linter rules to modernize Python code with targeted version (#2419) 2024-02-09 15:21:33 +08:00
moderation_service.py
operation_service.py
recommended_app_service.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
saved_message_service.py
tools_manage_service.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
tools_transform_service.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
vector_service.py fix issue: user’s keywords do not affect when add segment (#3349) 2024-04-11 16:34:52 +08:00
web_conversation_service.py fix: empty conversation list of explore chatbot (#3235) 2024-04-09 17:04:48 +08:00
workflow_app_service.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
workflow_run_service.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
workflow_service.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
workspace_service.py Fix/2559 upload powered by brand image not showing up (#2602) 2024-02-28 15:17:49 +08:00