You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gcgj-dify-1.7.0/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.
1 year ago
..
agent feat(api): Enhance multi modal support. 1 year ago
app refactor(core): simplify role handling and improve usability 1 year ago
callback_handler feat: output the execution results of tool should only in debug mode (#9104) 1 year ago
embedding chore: add abstract decorator and output log when query embedding fails (#9264) 1 year ago
entities feat(api): Enhance multi modal support. 1 year ago
errors chore(api/core): apply ruff reformatting (#7624) 1 year ago
extension chore: refurbish Python code by applying refurb linter rules (#8296) 1 year ago
external_data_tool chore(api/core): apply ruff reformatting (#7624) 1 year ago
file feat(api): Enhance multi modal support. 1 year ago
helper feat(api): Enhance multi modal support. 1 year ago
llm_generator fix: prompt for the follow-up suggestions (#8685) 1 year ago
memory refactor(core): simplify role handling and improve usability 1 year ago
model_runtime feat(api): Enhance multi modal support. 1 year ago
moderation fix: fix the data validation consistency issue in keyword content review (#8908) 1 year ago
ops chore: optimize the trace ops slow queries on node executions. (#9282) 1 year ago
prompt refactor(core): simplify role handling and improve usability 1 year ago
rag Add Volcengine VikingDB as new vector provider (#9287) 1 year ago
tools feat(podcast_generator): add new podcast generation tools 1 year ago
variables feat(api): Enhance multi modal support. 1 year ago
workflow fix(workflow): handle special values for process data consistently 1 year ago
__init__.py chore(api/core): apply ruff reformatting (#7624) 1 year ago
hosting_configuration.py chore(api/core): apply ruff reformatting (#7624) 1 year ago
indexing_runner.py chore: avoid implicit optional in type annotations of method (#8727) 1 year ago
model_manager.py feat(api): Enhance multi modal support. 1 year ago
provider_manager.py chore(api/core): apply ruff reformatting (#7624) 1 year ago