dify/api/services
2024-08-15 16:46:48 +08:00
..
auth
enterprise
entities
errors
tools
workflow Feat: conversation variable & variable assigner node (#7222) 2024-08-13 14:44:10 +08:00
__init__.py
account_service.py
advanced_prompt_template_service.py
agent_service.py
annotation_service.py
api_based_extension_service.py
app_dsl_service.py fix(api/services/app_dsl_service.py): Add conversation variables. (#7304) 2024-08-15 16:46:48 +08:00
app_generate_service.py
app_model_config_service.py
app_service.py chore: optimize asynchronous deletion performance of app related data (#6634) 2024-07-24 18:15:03 +08:00
audio_service.py
billing_service.py
code_based_extension_service.py
conversation_service.py
dataset_service.py fix update dataset failed when embedding model is not exist (#6920) 2024-08-02 20:30:22 +08:00
feature_service.py
file_service.py chore: exclude .txt extenstion in create_by_text API (#6956) 2024-08-05 15:52:07 +08:00
hit_testing_service.py add vector field for other vectordb (#7051) 2024-08-07 17:14:03 +08:00
message_service.py feat: update ops trace (#7102) 2024-08-09 15:22:16 +08:00
model_load_balancing_service.py refactor(*): Update hard-code '[__HIDDEN__]' to the constant. (#7048) 2024-08-07 17:30:56 +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
website_service.py
workflow_app_service.py workflow logs support workflow run id filter (#6833) 2024-08-08 14:54:02 +08:00
workflow_run_service.py
workflow_service.py Feat: conversation variable & variable assigner node (#7222) 2024-08-13 14:44:10 +08:00
workspace_service.py