dify/api/core
2024-10-23 10:19:33 +08:00
..
agent
app refactor(api): simplify limit retrieval and return types (#9641) 2024-10-22 16:34:16 +08:00
callback_handler
entities
errors
extension
external_data_tool
file
helper
llm_generator feat: add code generator (#9051) 2024-10-22 21:57:54 +08:00
memory fix: file type document is not supported (#9618) 2024-10-22 16:33:50 +08:00
model_runtime chore: format get_customizable_model_schema return value (#9335) 2024-10-21 19:05:44 +08:00
moderation fix: fix the data validation consistency issue in keyword content review (#8908) 2024-09-30 12:52:18 +08:00
ops
prompt fix(upload): correct incorrect dictionary key usage (#9563) 2024-10-21 19:42:22 +08:00
rag feat: add upstash as a new vector database provider (#9644) 2024-10-23 09:16:35 +08:00
tools feat(Tools): Refactor the base table plugin (#9182) 2024-10-22 21:31:34 +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(variable_pool): handle invalid attributes in variable lookup (#9646) 2024-10-23 10:19:33 +08:00
__init__.py
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
model_manager.py
provider_manager.py