dify/api/core/model_runtime/entities
takatost dabfd74622
feat: Parallel Execution of Nodes in Workflows (#8192)
Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
Co-authored-by: Yi <yxiaoisme@gmail.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
2024-09-10 15:23:16 +08:00
..
__init__.py Model Runtime (#1858) 2024-01-02 23:42:00 +08:00
common_entities.py Model Runtime (#1858) 2024-01-02 23:42:00 +08:00
defaults.py feat(api/core/model_runtime/entities/defaults.py): Add TOP_K in default parameters. (#8167) 2024-09-10 09:11:31 +08:00
llm_entities.py feat: Parallel Execution of Nodes in Workflows (#8192) 2024-09-10 15:23:16 +08:00
message_entities.py fix(core): Reorder field_validator and classmethod to fit Pydantic V2. (#5257) 2024-06-17 10:04:28 +08:00
model_entities.py feat(api/core/model_runtime/entities/defaults.py): Add TOP_K in default parameters. (#8167) 2024-09-10 09:11:31 +08:00
provider_entities.py fix(core): Fix incorrect type hints. (#5427) 2024-06-20 15:16:21 +08:00
rerank_entities.py Model Runtime (#1858) 2024-01-02 23:42:00 +08:00
text_embedding_entities.py enhancement: introduce Ruff for Python linter for reordering and removing unused imports with automated pre-commit and sytle check (#2366) 2024-02-06 13:21:13 +08:00