dify/api/core
2024-11-11 11:31:47 +08:00
..
agent refactor(core): Remove extra_config from File. (#10203) 2024-11-08 18:13:24 +08:00
app fix(file_upload): correct validation method and add unit tests (#10477) 2024-11-08 21:55:01 +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 fix: config violations when running db migtration ci tests (#10428) 2024-11-08 09:33:12 +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 Fix: Correct the max tokens of Claude-3.5-Sonnet-20241022 for Bedrock and VertexAI (#10508) 2024-11-11 08:41:43 +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 Feat/tools/gitlab (#10407) 2024-11-08 09:53:03 +08:00
tools feat(tools/podcast_generator): add support for setting openai base url with the podcast_generationor tool (#10517) 2024-11-11 11:31:47 +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 feat(workflow-nodes): handle missing variables without failure (#10471) 2024-11-08 19:48:05 +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