dify/api/controllers/console/datasets
Stephen Zhou 574461604d
Merge remote-tracking branch 'origin/main' into deploy/konwledge
# Conflicts:
#	api/commands/system.py
#	api/controllers/console/init_validate.py
#	api/controllers/console/workspace/account.py
#	api/controllers/console/wraps.py
#	api/controllers/openapi/auth/data.py
#	api/core/hosting_configuration.py
#	api/core/provider_manager.py
#	api/core/rag/retrieval/dataset_retrieval.py
#	api/services/workspace_service.py
#	api/tasks/workflow_cfs_scheduler/entities.py
#	api/tests/test_containers_integration_tests/controllers/console/auth/test_password_reset.py
#	api/tests/test_containers_integration_tests/services/test_feature_service.py
#	api/tests/unit_tests/controllers/console/auth/test_account_activation.py
#	api/tests/unit_tests/controllers/openapi/auth/test_data.py
#	api/tests/unit_tests/controllers/service_api/app/test_hitl_service_api.py
#	api/tests/unit_tests/extensions/otel/test_retrieval_tracing.py
#	api/tests/unit_tests/services/test_feature_service_knowledge_fs.py
#	dev/start-worker
#	packages/contracts/console.ts
#	packages/contracts/package.json
#	packages/iconify-collections/custom-public/icons.json
#	web/app/components/workflow/__tests__/index.spec.tsx
#	web/app/components/workflow/index.tsx
#	web/features/new-rag/document-chunk-tree.tsx
#	web/service/fetch.spec.ts
2026-08-12 10:33:29 +08:00
..
rag_pipeline refactor: replace manual model_validate with @model_validate in rag_pipeline controllers (#40237) 2026-08-09 08:22:50 +00:00
data_source.py refactor: replace manual model_validate with @model_validate in datasets controllers (#40236) 2026-08-09 08:25:27 +00:00
datasets_document.py fix(api): bind dataset operations to owners (#40149) 2026-08-11 16:37:14 +00:00
datasets_segments.py refactor: replace manual model_validate with @model_validate in datasets controllers (#40236) 2026-08-09 08:25:27 +00:00
datasets.py Merge remote-tracking branch 'origin/main' into deploy/konwledge 2026-08-12 10:33:29 +08:00
error.py feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
external.py refactor: replace manual model_validate with @model_validate in datasets controllers (#40236) 2026-08-09 08:25:27 +00:00
hit_testing_base.py refactor: explicit DB session propagation across backend paths (#38559) 2026-07-15 06:48:28 +00:00
hit_testing.py refactor: explicit DB session propagation across backend paths (#38559) 2026-07-15 06:48:28 +00:00
metadata.py fix(api): bind dataset operations to owners (#40149) 2026-08-11 16:37:14 +00:00
website.py chore: dep inject for model in website crawl api (#40156) 2026-08-07 12:40:12 +00:00
wraps.py refactor: explicit DB session propagation across backend paths (#38559) 2026-07-15 06:48:28 +00:00