mirror of
https://github.com/langgenius/dify.git
synced 2026-05-11 14:58:23 +08:00
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
6c2decfbfb
commit
e7cbfb89d6
@ -128,7 +128,7 @@ class RagPipelineService:
|
||||
built_in_result: dict | None = retrieval_instance.get_pipeline_template_detail(template_id)
|
||||
if not built_in_result:
|
||||
logger.warning(
|
||||
"pipeline template not found after all retrieval attempts, template_id: %s, mode: %s",
|
||||
"pipeline template retrieval returned empty result, template_id: %s, mode: %s",
|
||||
template_id,
|
||||
mode,
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user