dify/api/core
-LAN- b3fdd618a1 refactor(core): simplify role handling and improve usability
- Replaced explicit string usage with `CreatedByRole` enum for better maintainability.
- Removed duplicate `CreatedByRole` class definition, improving codebase consistency.
- Increased file number limits from 6 to 10 to allow more file uploads.
- Transitioned `AppMode` to a string enum for consistent type usage.
- Refactored `extract_thread_messages` function argument for flexibility.
- Removed file extension limitation in file service to support custom extensions.
- Improved enum import statements across multiple modules for clarity and consistency.
2024-10-15 11:04:28 +08:00
..
agent feat(api): Enhance multi modal support. 2024-10-14 16:47:03 +08:00
app refactor(core): simplify role handling and improve usability 2024-10-15 11:04:28 +08:00
callback_handler feat: output the execution results of tool should only in debug mode (#9104) 2024-10-09 12:53:55 +08:00
embedding chore: add abstract decorator and output log when query embedding fails (#9264) 2024-10-12 23:58:41 +08:00
entities feat(api): Enhance multi modal support. 2024-10-14 16:47:03 +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-10-14 16:47:03 +08:00
helper feat(api): Enhance multi modal support. 2024-10-14 16:47:03 +08:00
llm_generator fix: prompt for the follow-up suggestions (#8685) 2024-09-23 20:00:34 +08:00
memory refactor(core): simplify role handling and improve usability 2024-10-15 11:04:28 +08:00
model_runtime feat(api): Enhance multi modal support. 2024-10-14 16:47:03 +08:00
moderation fix: fix the data validation consistency issue in keyword content review (#8908) 2024-09-30 12:52:18 +08:00
ops chore: optimize the trace ops slow queries on node executions. (#9282) 2024-10-12 18:30:46 +08:00
prompt refactor(core): simplify role handling and improve usability 2024-10-15 11:04:28 +08:00
rag Add Volcengine VikingDB as new vector provider (#9287) 2024-10-13 21:26:05 +08:00
tools feat(podcast_generator): add new podcast generation tools 2024-10-14 16:47:03 +08:00
variables feat(api): Enhance multi modal support. 2024-10-14 16:47:03 +08:00
workflow fix(workflow): handle special values for process data consistently 2024-10-14 16:47:03 +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: avoid implicit optional in type annotations of method (#8727) 2024-10-09 14:36:43 +08:00
model_manager.py feat(api): Enhance multi modal support. 2024-10-14 16:47:03 +08:00
provider_manager.py chore(api/core): apply ruff reformatting (#7624) 2024-09-10 17:00:20 +08:00