dify/api/core
2024-11-12 21:43:16 +08:00
..
agent refactor(core): Remove extra_config from File. (#10203) 2024-11-08 18:13:24 +08:00
app Feat/iteration single run time (#10512) 2024-11-11 14:47:52 +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 feat/enhance the multi-modal support (#8818) 2024-10-21 10:43:49 +08:00
errors chore(api/core): apply ruff reformatting (#7624) 2024-09-10 17:00:20 +08:00
extension chore: refurbish Python code by applying refurb linter rules (#8296) 2024-09-12 15:50:49 +08:00
external_data_tool chore(api/core): apply ruff reformatting (#7624) 2024-09-10 17:00:20 +08:00
file Revert "fix the error of unable to retrieve url from file" (#10511) 2024-11-11 08:56:19 +08:00
helper refactor(code_executor): update input type annotations to use Mapping for better type safety (#10478) 2024-11-11 13:10:39 +08:00
llm_generator feat: add code generator (#9051) 2024-10-22 21:57:54 +08:00
memory refactor(core): Remove extra_config from File. (#10203) 2024-11-08 18:13:24 +08:00
model_runtime Gitee AI Qwen2.5-72B model (#10595) 2024-11-12 21:40:32 +08:00
moderation chore(lint): Use logging.exception instead of logging.error (#10415) 2024-11-07 21:13:02 +08:00
ops fix(ops_tracing): enhance error handle in celery tasks. (#10401) 2024-11-08 14:43:47 +08:00
prompt refactor(core): Remove extra_config from File. (#10203) 2024-11-08 18:13:24 +08:00
rag add the index field for elasticsearch (#10592) 2024-11-12 21:43:16 +08:00
tools refactor(api): improve handling of tools field and cleanup variable usage (#10553) 2024-11-12 00:08:04 +08:00
variables fix(segments): return empty string instead of "null" for text, log, and markdown properties (#9651) 2024-10-22 17:52:22 +08:00
workflow fix: set default factory for extract_by in ListOperatorNodeData (#10561) 2024-11-11 23:32:40 +08:00
__init__.py chore(api/core): apply ruff reformatting (#7624) 2024-09-10 17:00:20 +08:00
hosting_configuration.py refactor: use dify_config to replace legacy usage of flask app's config (#9089) 2024-10-22 11:01:32 +08:00
indexing_runner.py fix: handle KeyError when accessing rules in CleanProcessor.clean (#10258) 2024-11-05 14:47:15 +08:00
model_manager.py chore: use DEBUG in dify_config instead of parsing raw system environment variable in place (#10437) 2024-11-08 09:34:11 +08:00
provider_manager.py chore(api/core): apply ruff reformatting (#7624) 2024-09-10 17:00:20 +08:00