dify/api/services
2024-07-02 08:48:29 +08:00
..
auth Feat/firecrawl data source (#5232) 2024-06-15 02:46:02 +08:00
enterprise Remove useless code (#4416) 2024-05-15 16:14:49 +08:00
entities improve: mordernizing validation by migrating pydantic from 1.x to 2.x (#4592) 2024-06-14 01:05:37 +08:00
errors feat(api/auth): switch-to-stateful-authentication (#5438) 2024-06-21 12:39:07 +08:00
tools fix: issues by pydantic2 upgrade (#5171) 2024-06-14 02:28:28 +08:00
workflow chore: apply flake8-comprehensions Ruff rules to improve collection comprehensions (#5652) 2024-06-27 11:21:31 +08:00
__init__.py feat(api/auth): switch-to-stateful-authentication (#5438) 2024-06-21 12:39:07 +08:00
account_service.py fix: couldn't log in or resetup after a failed setup (#5739) 2024-06-29 17:07:21 +08:00
advanced_prompt_template_service.py
agent_service.py
annotation_service.py chore: skip unnecessary key checks prior to accessing a dictionary (#4497) 2024-05-19 18:30:45 +08:00
api_based_extension_service.py
app_generate_service.py feat: add ops trace (#5483) 2024-06-26 17:33:29 +08:00
app_model_config_service.py
app_service.py sync delete app table record when delete app (#5819) 2024-07-02 08:48:29 +08:00
audio_service.py fix: issue where an error occurs when invoking TTS without selecting a voice (#5046) 2024-06-09 20:28:24 +08:00
billing_service.py
code_based_extension_service.py
conversation_service.py feat: add ops trace (#5483) 2024-06-26 17:33:29 +08:00
dataset_service.py Feat/add delete knowledge confirm (#5810) 2024-07-01 17:06:51 +08:00
feature_service.py improve: mordernizing validation by migrating pydantic from 1.x to 2.x (#4592) 2024-06-14 01:05:37 +08:00
file_service.py fix: correct typos (#5510) 2024-06-22 23:01:02 +08:00
hit_testing_service.py chore: extract retrival method literal values into enum (#5060) 2024-06-19 16:05:27 +08:00
message_service.py feat: add ops trace (#5483) 2024-06-26 17:33:29 +08:00
model_load_balancing_service.py feat: backend model load balancing support (#4927) 2024-06-05 00:13:04 +08:00
model_provider_service.py feat: backend model load balancing support (#4927) 2024-06-05 00:13:04 +08:00
moderation_service.py
operation_service.py
ops_service.py feat: add ops trace (#5483) 2024-06-26 17:33:29 +08:00
recommended_app_service.py chore: apply flake8-comprehensions Ruff rules to improve collection comprehensions (#5652) 2024-06-27 11:21:31 +08:00
saved_message_service.py
tag_service.py
vector_service.py
web_conversation_service.py
website_service.py Feat/firecrawl data source (#5232) 2024-06-15 02:46:02 +08:00
workflow_app_service.py
workflow_run_service.py
workflow_service.py feat: support importing and overwriting workflow DSL (#5511) 2024-06-25 15:46:12 +08:00
workspace_service.py