dify/api/services
2024-06-19 16:05:27 +08:00
..
auth Feat/firecrawl data source (#5232) 2024-06-15 02:46:02 +08:00
enterprise
entities improve: mordernizing validation by migrating pydantic from 1.x to 2.x (#4592) 2024-06-14 01:05:37 +08:00
errors refactor: Delete the dataset to verify whether it is in use (#5112) 2024-06-14 03:25:38 +08:00
tools fix: issues by pydantic2 upgrade (#5171) 2024-06-14 02:28:28 +08:00
workflow
__init__.py
account_service.py
advanced_prompt_template_service.py
agent_service.py
annotation_service.py
api_based_extension_service.py
app_generate_service.py
app_model_config_service.py
app_service.py
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
dataset_service.py chore: extract retrival method literal values into enum (#5060) 2024-06-19 16:05:27 +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 add the filename length limit (#5326) 2024-06-17 20:36:54 +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
model_load_balancing_service.py
model_provider_service.py
moderation_service.py
operation_service.py
recommended_app_service.py
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
workspace_service.py