dify/api/services/rag_pipeline
QuantumGhost d2e341367e fix(api): fix relations of WorkflowNodeExecutionModel not preloaded
`WorkflowNodeExecutionModel.offload_data` should be preloaded to
provide info about the offloading information of execution record.

The `RagPipelineService.get_node_last_run` does not utilize
`DifyAPISQLAlchemyWorkflowNodeExecutionRepository` so the loading
logics is not changed.

In the commit we migrate to calling
`DifyAPISQLAlchemyWorkflowNodeExecutionRepository` to avoid such issue.
2025-09-03 12:30:20 +08:00
..
pipeline_template fix preview and recommend plugins 2025-09-02 20:12:45 +08:00
transform r2 transform 2025-07-25 14:41:39 +08:00
pipeline_generate_service.py r2 2025-06-03 19:02:57 +08:00
rag_pipeline.py fix(api): fix relations of WorkflowNodeExecutionModel not preloaded 2025-09-03 12:30:20 +08:00
rag_pipeline_dsl_service.py merge new graph engine 2025-08-27 18:33:38 +08:00
rag_pipeline_manage_service.py r2 2025-06-03 19:02:57 +08:00
rag_pipeline_transform_service.py merge new graph engine 2025-08-27 17:46:46 +08:00