dify/api/core
yihong 7b03a0316d
fix: better memory usage from 800+ to 500+ (#11796)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
2024-12-20 14:51:43 +08:00
..
agent chore: bump minimum supported Python version to 3.11 (#10386) 2024-11-24 13:28:46 +08:00
app Feat: Retry on node execution errors (#11871) 2024-12-20 14:14:06 +08:00
callback_handler
entities chore: bump minimum supported Python version to 3.11 (#10386) 2024-11-24 13:28:46 +08:00
errors
extension
external_data_tool
file feat(llm_node): support order in text and files (#11837) 2024-12-20 14:12:50 +08:00
helper Feat: Retry on node execution errors (#11871) 2024-12-20 14:14:06 +08:00
llm_generator chore(*): Removes debugging print statements (#11145) 2024-11-26 22:03:19 +08:00
memory feat: support LLM process document file (#10966) 2024-11-22 19:32:44 +08:00
model_runtime fix: better memory usage from 800+ to 500+ (#11796) 2024-12-20 14:51:43 +08:00
moderation
ops fix: langfuse do not have created_at args and fix the typing in the file (#11648) 2024-12-15 17:13:46 +08:00
prompt feat: correct the prompt grammar. (#11328) 2024-12-04 15:12:47 +08:00
rag fix: better memory usage from 800+ to 500+ (#11796) 2024-12-20 14:51:43 +08:00
tools Fix comfyui tool https (#11859) 2024-12-20 09:27:21 +08:00
variables Feat: upgrade variable assigner (#11285) 2024-12-03 13:56:40 +08:00
workflow fix: better memory usage from 800+ to 500+ (#11796) 2024-12-20 14:51:43 +08:00
__init__.py
hosting_configuration.py
indexing_runner.py chore: bump minimum supported Python version to 3.11 (#10386) 2024-11-24 13:28:46 +08:00
model_manager.py feat: Allow using file variables directly in the LLM node and support more file types. (#10679) 2024-11-22 16:30:22 +08:00
provider_manager.py