dify/api/services
Linh Nguyen 8996c1da29
fix removing member without permission (#16332)
Co-authored-by: crazywoola <427733928@qq.com>
2025-03-20 17:17:54 +08:00
..
auth refactor: Update Firecrawl API parameters and default settings (#13082) 2025-01-29 11:21:05 +08:00
enterprise feat: mypy for all type check (#10921) 2024-12-24 18:38:51 +08:00
entities Fix/create document by api with metadata (#16307) 2025-03-20 14:33:32 +08:00
errors feat(workflow_service): workflow version control api. (#14860) 2025-03-10 13:34:31 +08:00
plugin feat: Add caching mechanism for latest plugin version retrieval (#14968) 2025-03-05 13:47:06 +08:00
recommend_app feat: mypy for all type check (#10921) 2024-12-24 18:38:51 +08:00
tools fix: return absolute path as the icon url if CONSOLE_API_URL is empty (#15279) 2025-03-10 13:15:06 +08:00
workflow feat: mypy for all type check (#10921) 2024-12-24 18:38:51 +08:00
__init__.py chore(api/services): apply ruff reformatting (#7599) 2024-08-26 13:43:57 +08:00
account_service.py fix removing member without permission (#16332) 2025-03-20 17:17:54 +08:00
advanced_prompt_template_service.py feat: mypy for all type check (#10921) 2024-12-24 18:38:51 +08:00
agent_service.py Introduce Plugins (#13836) 2025-02-17 17:05:13 +08:00
annotation_service.py Fix pandas indexing method for knowledge base imports (#12637) (#12638) 2025-01-13 09:06:59 +08:00
api_based_extension_service.py chore(api/services): apply ruff reformatting (#7599) 2024-08-26 13:43:57 +08:00
app_dsl_service.py feat: add app_mode field to app import and model definitions (#15729) 2025-03-18 11:12:25 +08:00
app_generate_service.py feat: tenant app invocations limiter (#16221) 2025-03-19 17:24:02 +08:00
app_model_config_service.py chore(api/services): apply ruff reformatting (#7599) 2024-08-26 13:43:57 +08:00
app_service.py feat: Add filter to show only apps created by the user (#11968) 2025-01-03 15:38:36 +08:00
audio_service.py fix: add type hints for App model and improve error handling in audio services (#12677) 2025-01-13 15:55:16 +08:00
billing_service.py Feat/new saas billing (#14996) 2025-03-10 19:50:11 +08:00
code_based_extension_service.py chore(api/services): apply ruff reformatting (#7599) 2024-08-26 13:43:57 +08:00
conversation_service.py feat: mypy for all type check (#10921) 2024-12-24 18:38:51 +08:00
dataset_service.py Fix/create document by api with metadata (#16307) 2025-03-20 14:33:32 +08:00
external_knowledge_service.py Support knowledge metadata filter (#15982) 2025-03-18 16:42:19 +08:00
feature_service.py fix: set marketplace feature to false in feature_service.py (#15578) 2025-03-12 14:13:41 +08:00
file_service.py feat: mypy for all type check (#10921) 2024-12-24 18:38:51 +08:00
hit_testing_service.py Fix the issue of repeated escaping of quotes in hit test (#13477) 2025-02-11 09:58:31 +08:00
knowledge_service.py feat: mypy for all type check (#10921) 2024-12-24 18:38:51 +08:00
message_service.py chore: use ConversationService.get_conversation instead of AgentChatA… (#16136) 2025-03-19 11:16:23 +08:00
metadata_service.py fix enable dataset metadata built-in field when dataset is empty (#16290) 2025-03-20 14:38:32 +08:00
model_load_balancing_service.py Introduce Plugins (#13836) 2025-02-17 17:05:13 +08:00
model_provider_service.py Introduce Plugins (#13836) 2025-02-17 17:05:13 +08:00
moderation_service.py feat: mypy for all type check (#10921) 2024-12-24 18:38:51 +08:00
operation_service.py chore(api/services): apply ruff reformatting (#7599) 2024-08-26 13:43:57 +08:00
ops_service.py fix: code lint (#16164) 2025-03-19 11:23:51 +08:00
recommended_app_service.py feat: mypy for all type check (#10921) 2024-12-24 18:38:51 +08:00
saved_message_service.py feat: mypy for all type check (#10921) 2024-12-24 18:38:51 +08:00
tag_service.py Support knowledge metadata filter (#15982) 2025-03-18 16:42:19 +08:00
vector_service.py py lint (#12102) 2024-12-26 00:16:35 +08:00
web_conversation_service.py feat: mypy for all type check (#10921) 2024-12-24 18:38:51 +08:00
website_service.py refactor: Update Firecrawl API parameters and default settings (#13082) 2025-01-29 11:21:05 +08:00
workflow_app_service.py Feat: time period filter for workflow logs (#14271) 2025-03-10 14:02:58 +08:00
workflow_run_service.py Introduce Plugins (#13836) 2025-02-17 17:05:13 +08:00
workflow_service.py feat(workflow_service): workflow version control api. (#14860) 2025-03-10 13:34:31 +08:00
workspace_service.py chore: use TenantAccountRole instead of TenantAccountJoinRole (#15514) 2025-03-12 12:56:30 +08:00