dify/api/core
-LAN- 94b946c715 fix(document_extractor): handle empty variable values properly
- Added check for variable.value existence before type validation.
- Prevents erroneous type checks on empty variables, improving robustness.
2024-09-30 23:32:51 +08:00
..
agent feat(api): Enhance multi modal support. 2024-09-30 23:32:51 +08:00
app feat(api): Enhance multi modal support. 2024-09-30 23:32:51 +08:00
callback_handler external knowledge api (#8913) 2024-09-30 15:38:43 +08:00
embedding add embedding input type parameter (#8724) 2024-09-24 21:53:50 +08:00
entities feat(api): Enhance multi modal support. 2024-09-30 23:32:51 +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 feat(api): Enhance multi modal support. 2024-09-30 23:32:51 +08:00
helper feat(api): Enhance multi modal support. 2024-09-30 23:32:51 +08:00
llm_generator fix: prompt for the follow-up suggestions (#8685) 2024-09-23 20:00:34 +08:00
memory feat(api): Enhance multi modal support. 2024-09-30 23:32:51 +08:00
model_runtime feat(api): Enhance multi modal support. 2024-09-30 23:32:51 +08:00
moderation fix: fix the data validation consistency issue in keyword content review (#8908) 2024-09-30 12:52:18 +08:00
ops refactor(ops): Optimize the iteration for filter_none_values and use logging.error to record logs when an exception occurs (#8461) 2024-09-21 22:56:37 +08:00
prompt feat(api): Enhance multi modal support. 2024-09-30 23:32:51 +08:00
rag fix: Compatible with special characters in pg full-text search. (#8921) 2024-09-30 16:32:23 +08:00
tools feat(api): Enhance multi modal support. 2024-09-30 23:32:51 +08:00
variables feat(api): Enhance multi modal support. 2024-09-30 23:32:51 +08:00
workflow fix(document_extractor): handle empty variable values properly 2024-09-30 23:32:51 +08:00
__init__.py chore(api/core): apply ruff reformatting (#7624) 2024-09-10 17:00:20 +08:00
hosting_configuration.py chore(api/core): apply ruff reformatting (#7624) 2024-09-10 17:00:20 +08:00
indexing_runner.py chore: refurish python code by applying Pylint linter rules (#8322) 2024-09-13 22:42:08 +08:00
model_manager.py add embedding input type parameter (#8724) 2024-09-24 21:53:50 +08:00
provider_manager.py chore(api/core): apply ruff reformatting (#7624) 2024-09-10 17:00:20 +08:00