dify/api/services
2024-12-23 10:47:43 +08:00
..
auth chore: bump minimum supported Python version to 3.11 (#10386) 2024-11-24 13:28:46 +08:00
enterprise fix: remove url join (#9635) 2024-10-22 15:56:53 +08:00
entities fix segment enable service api (#10445) 2024-11-08 17:09:05 +08:00
errors chore(lint): sort __all__ definitions (#11243) 2024-12-03 13:26:33 +08:00
recommend_app Fix explore app icon (#11742) 2024-12-17 17:42:44 +08:00
tools refactor: update builtin tool provider methods to use session management (#11938) 2024-12-21 21:21:09 +08:00
workflow refactor(core): Remove extra_config from File. (#10203) 2024-11-08 18:13:24 +08:00
__init__.py
account_service.py make login lockout duration configurable (#11699) 2024-12-16 19:05:27 +08:00
advanced_prompt_template_service.py
agent_service.py feat/enhance the multi-modal support (#8818) 2024-10-21 10:43:49 +08:00
annotation_service.py chore: bump minimum supported Python version to 3.11 (#10386) 2024-11-24 13:28:46 +08:00
api_based_extension_service.py
app_dsl_service.py fix(app_dsl_service): handle missing app mode with a ValueError (#11945) 2024-12-22 10:40:12 +08:00
app_generate_service.py Fix: RateLimit requests were not released when a streaming generation exception occurred (#11540) 2024-12-11 19:16:35 +08:00
app_model_config_service.py
app_service.py chore: bump minimum supported Python version to 3.11 (#10386) 2024-11-24 13:28:46 +08:00
audio_service.py
billing_service.py
code_based_extension_service.py
conversation_service.py fix: refactor conversation pagination to use SQLAlchemy session manag… (#11956) 2024-12-22 10:39:29 +08:00
dataset_service.py Sync INDEXING_MAX_SEGMENTATION_TOKENS_LENGTH between API and Web (#11230) 2024-12-02 15:29:25 +08:00
external_knowledge_service.py fix: better error message for url add external knowledge (#11537) 2024-12-11 09:55:48 +08:00
feature_service.py feat: Disable the "Forgot your password?" button when the mail server setup is incomplete (#11653) 2024-12-18 15:20:41 +08:00
file_service.py chore: bump minimum supported Python version to 3.11 (#10386) 2024-11-24 13:28:46 +08:00
hit_testing_service.py
knowledge_service.py
message_service.py fix: messagefeedbackapi support content (#11716) 2024-12-22 10:45:55 +08:00
model_load_balancing_service.py chore: bump minimum supported Python version to 3.11 (#10386) 2024-11-24 13:28:46 +08:00
model_provider_service.py
moderation_service.py
operation_service.py
ops_service.py
recommended_app_service.py
saved_message_service.py
tag_service.py
vector_service.py
web_conversation_service.py fix: refactor conversation pagination to use SQLAlchemy session manag… (#11956) 2024-12-22 10:39:29 +08:00
website_service.py fix: refactor all 'or []' and 'or {}' logic to make code more clear (#10883) 2024-11-21 10:34:43 +08:00
workflow_app_service.py feat/enhance the multi-modal support (#8818) 2024-10-21 10:43:49 +08:00
workflow_run_service.py feat/enhance the multi-modal support (#8818) 2024-10-21 10:43:49 +08:00
workflow_service.py fix: remove the single step retry 2024-12-23 10:27:54 +08:00
workspace_service.py