dify/api/core
2024-04-08 15:40:41 +08:00
..
app_runner feat: optimize db connection when llm invoking (#2774) 2024-03-10 15:48:31 +08:00
callback_handler Fix/langchain document schema (#2539) 2024-02-23 14:16:44 +08:00
docstore Feat/dify rag (#2528) 2024-02-22 23:31:57 +08:00
embedding Duplicate embedding cache check (#3134) 2024-04-07 15:20:58 +08:00
entities refactor: remove unused codes, move core/agent module into dataset retrieval feature (#2614) 2024-02-28 23:32:47 +08:00
errors Model Runtime (#1858) 2024-01-02 23:42:00 +08:00
extension fix: api / moderation extension import error (#3037) 2024-03-29 21:07:34 +08:00
external_data_tool improve: introduce isort for linting Python imports (#1983) 2024-01-12 12:34:01 +08:00
features fix tool_inputs parse error in message that in CoT(ReAct) agent mode (#2949) 2024-03-26 11:05:10 +08:00
file chore: apply ruff's pyupgrade linter rules to modernize Python code with targeted version (#2419) 2024-02-09 15:21:33 +08:00
generator improve qa generate prompt (#3132) 2024-04-07 15:21:11 +08:00
helper Feat/tool secret parameter (#2760) 2024-03-08 20:31:13 +08:00
memory replace message content type list to string when file_objs is empty .. (#2745) 2024-03-08 18:46:31 +08:00
model_runtime feat: claude3 tool call (#3111) 2024-04-05 16:35:59 +09:00
moderation enhancement: introduce Ruff for Python linter for reordering and removing unused imports with automated pre-commit and sytle check (#2366) 2024-02-06 13:21:13 +08:00
prompt improve qa generate prompt (#3132) 2024-04-07 15:21:11 +08:00
rag fix unstructured api,remove unused parameters (#3056) 2024-04-03 21:00:20 +08:00
rerank Fix/langchain document schema (#2539) 2024-02-23 14:16:44 +08:00
splitter fix overlap and splitter optimization (#2742) 2024-03-07 18:25:49 +08:00
tools Update descriptions in StackExchange Tool (#3043) 2024-04-08 15:40:41 +08:00
utils generalize helper for loading module from source (#2862) 2024-03-28 11:37:26 +08:00
__init__.py feat: add api-based extension & external data tool & moderation backend (#1403) 2023-11-06 19:36:16 +08:00
application_manager.py fix: print exception logs for ValueError and InvokeError (#2823) 2024-03-17 14:34:32 +08:00
application_queue_manager.py chore: apply ruff's pyupgrade linter rules to modernize Python code with targeted version (#2419) 2024-02-09 15:21:33 +08:00
hosting_configuration.py feat: Add new Azure OpenAI Embedding models (#2758) 2024-03-08 19:04:20 +08:00
indexing_runner.py add mutil-thread document embedding (#3016) 2024-03-28 17:02:35 +08:00
model_manager.py tts add voice choose (#2391) 2024-02-15 22:41:18 +08:00
provider_manager.py enhancement: introduce Ruff for Python linter for reordering and removing unused imports with automated pre-commit and sytle check (#2366) 2024-02-06 13:21:13 +08:00