dify/api/core
2024-08-04 13:49:38 +08:00
..
agent fix: extract tool calls correctly while arguments is empty (#6503) 2024-07-22 07:43:18 +08:00
app fix: workflow trace user_id error (#6932) 2024-08-04 03:28:50 +08:00
callback_handler Feat/environment variables in workflow (#6515) 2024-07-22 15:29:39 +08:00
embedding
entities
errors
extension
external_data_tool
file switch to diffy_config with Pydantic in files, moderation and app (#6747) 2024-07-29 02:57:45 +08:00
helper fix: code execution node not display clear reasons when sandbox res error (#6830) 2024-08-02 15:36:44 +08:00
llm_generator chore: make prompt generator max tokens configurable (#6693) 2024-07-26 10:20:23 +08:00
memory
model_runtime compatible xinference reranker server (#6927) 2024-08-04 13:49:38 +08:00
moderation fix(api/core/moderation/output_moderation.py): Fix config call. (#6769) 2024-07-29 18:30:29 +08:00
ops fix: workflow trace user_id error (#6932) 2024-08-04 03:28:50 +08:00
prompt
rag fix: reranking disable timer error (#6910) 2024-08-02 16:34:50 +08:00
tools feat: add the tool Serper for Google search. (#6786) (#6790) 2024-08-02 20:37:04 +08:00
workflow delete weight_type in knowledge retrieval node (#6892) 2024-08-01 21:38:59 +08:00
__init__.py
hosting_configuration.py Add azure gpt4omini (#6862) 2024-08-01 12:57:52 +08:00
indexing_runner.py refactor(api): Switch to dify_config (#6750) 2024-07-30 11:15:26 +08:00
model_manager.py fix(api/core/model_manager.py): Avoid mutation during iteration. (#6536) 2024-07-22 22:58:22 +08:00
provider_manager.py