dify/api/core
2024-10-25 11:26:49 +08:00
..
agent fix: In the output, the order of 'ta' is sometimes reversed as 'at'. #8015 (#8791) 2024-10-15 16:24:29 +08:00
app merge main 2024-10-25 11:26:49 +08:00
callback_handler feat: output the execution results of tool should only in debug mode (#9104) 2024-10-09 12:53:55 +08:00
entities merge main 2024-10-25 11:26:49 +08:00
errors
extension chore: refurbish Python code by applying refurb linter rules (#8296) 2024-09-12 15:50:49 +08:00
external_data_tool
file merge main 2024-10-25 11:26:49 +08:00
helper
llm_generator fix: prompt for the follow-up suggestions (#8685) 2024-09-23 20:00:34 +08:00
memory fix: remove the latest message from the user that does not have any answer yet (#9297) 2024-10-13 23:25:50 +08:00
model_runtime merge main 2024-10-25 11:26:48 +08:00
moderation fix: fix the data validation consistency issue in keyword content review (#8908) 2024-09-30 12:52:18 +08:00
ops chore: optimize the trace ops slow queries on node executions. (#9282) 2024-10-12 18:30:46 +08:00
prompt feat: regenerate in Chat, agent and Chatflow app (#7661) 2024-09-22 03:15:11 +08:00
rag merge main 2024-10-25 11:26:48 +08:00
tools merge main 2024-10-25 11:26:49 +08:00
variables merge main 2024-10-25 11:26:48 +08:00
workflow merge main 2024-10-25 11:26:49 +08:00
__init__.py
hosting_configuration.py
indexing_runner.py chore: avoid implicit optional in type annotations of method (#8727) 2024-10-09 14:36:43 +08:00
model_manager.py refactor: move the embedding to the rag module and abstract the rerank runner for extension (#9423) 2024-10-17 19:12:42 +08:00
provider_manager.py