dify/api/controllers/console/datasets
FFXN bb1a6f8a57
fix: Add dataset_id filters to the hit_count's subqueries (#33757)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-03-19 19:56:31 +09:00
..
rag_pipeline fix: add responding error information when obtain pipeline template detail failed (#33628) 2026-03-18 13:31:45 +08:00
data_source.py refactor: port api/controllers/console/datasets/data_source.py /datasets/metadata.py /service_api/dataset/metadata.py /nodes/agent/agent_node.py api/core/workflow/nodes/datasource/datasource_node.py api/services/dataset_service.py to match case (#31836) 2026-02-02 21:03:16 +09:00
datasets.py refactor: use EnumText for dataset and replace string literals 4 (#33606) 2026-03-18 09:18:08 +09:00
datasets_document.py fix: Add dataset_id filters to the hit_count's subqueries (#33757) 2026-03-19 19:56:31 +09:00
datasets_segments.py refactor(api): move model_runtime into dify_graph (#32858) 2026-03-02 20:15:32 +08:00
error.py
external.py fix: doc not gen bug (#31547) 2026-01-27 20:19:39 +09:00
hit_testing.py feat: Add summary index for knowledge. (#31625) 2026-01-29 13:47:35 +08:00
hit_testing_base.py fix: use RetrievalModel type for retrieval_model field in HitTestingPayload (#33750) 2026-03-19 18:58:23 +09:00
metadata.py refactor: port api/controllers/console/datasets/data_source.py /datasets/metadata.py /service_api/dataset/metadata.py /nodes/agent/agent_node.py api/core/workflow/nodes/datasource/datasource_node.py api/services/dataset_service.py to match case (#31836) 2026-02-02 21:03:16 +09:00
website.py
wraps.py