dify/api/core
2024-04-14 22:03:19 +08:00
..
agent feat: Deprecate datetime.utcnow() in favor of datetime.now(timezone.utc).replace(tzinfo=None) for better timezone handling (#3408) (#3416) 2024-04-12 16:22:24 +08:00
app feat: Deprecate datetime.utcnow() in favor of datetime.now(timezone.utc).replace(tzinfo=None) for better timezone handling (#3408) (#3416) 2024-04-12 16:22:24 +08:00
callback_handler chore: remove langchain in tools (#3247) 2024-04-09 19:28:22 +08:00
docstore
embedding Compatible with unique index conflicts (#3183) 2024-04-09 02:16:19 +08:00
entities feat: Deprecate datetime.utcnow() in favor of datetime.now(timezone.utc).replace(tzinfo=None) for better timezone handling (#3408) (#3416) 2024-04-12 16:22:24 +08:00
errors
extension
external_data_tool
file
helper fix(code_executor): surrogates not allowed error in jinja2 template (#3191) 2024-04-09 12:21:03 +08:00
llm_generator
memory fix: image text when retrieve chat histories (#3220) 2024-04-09 15:20:45 +08:00
model_runtime Add nvidia codegemma 7b (#3437) 2024-04-13 13:10:32 +08:00
moderation
prompt feat: Add Cohere Command R / R+ model support (#3333) 2024-04-11 01:22:55 +08:00
rag chore: remove Langchain tools import (#3407) 2024-04-12 16:26:09 +08:00
rerank
splitter
tools feat: jina reader (#3468) 2024-04-14 22:03:19 +08:00
utils
workflow Fix/workflow tool incorrect parameter configurations (#3402) 2024-04-12 15:46:34 +08:00
__init__.py
application_manager.py
hosting_configuration.py
indexing_runner.py feat: Deprecate datetime.utcnow() in favor of datetime.now(timezone.utc).replace(tzinfo=None) for better timezone handling (#3408) (#3416) 2024-04-12 16:22:24 +08:00
model_manager.py
provider_manager.py