dify/api/services
crazywoola 4d4af00399
Some checks are pending
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
fix: keywords (#7357)
2024-08-16 20:43:55 +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 refactor(services/tasks): Swtich to dify_config witch Pydantic (#6203) 2024-07-12 12:25:38 +08:00
errors feat: implement forgot password feature (#5534) 2024-07-05 13:38:51 +08:00
tools chore: update docstrings (#7343) 2024-08-16 14:19:01 +08:00
workflow chore: update docstrings (#7343) 2024-08-16 14:19:01 +08:00
__init__.py feat(api/auth): switch-to-stateful-authentication (#5438) 2024-06-21 12:39:07 +08:00
account_service.py Feat/environment variables in workflow (#6515) 2024-07-22 15:29:39 +08:00
advanced_prompt_template_service.py
agent_service.py fix: agent log timezone (#4076) 2024-05-04 16:17:15 +08:00
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_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 fix(api/services/app_generate_service.py): Remove wrong type hints. (#6535) 2024-07-22 22:58:07 +08:00
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 feat:add tts-streaming config and future (#5492) 2024-07-09 11:33:58 +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 fix: keywords (#7357) 2024-08-16 20:43:55 +08:00
feature_service.py refactor(services/tasks): Swtich to dify_config witch Pydantic (#6203) 2024-07-12 12:25:38 +08:00
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 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 fix: name 'current_app' is not defined in recommended_app_service (#6574) 2024-07-23 16:48:21 +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 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 refactor(services/tasks): Swtich to dify_config witch Pydantic (#6203) 2024-07-12 12:25:38 +08:00