Merge pull request #682 from SuanmoSuanyangTechnology/pref/workflow-engine

pref(workflow): optimize workflow execution performance and reduce logging noise
This commit is contained in:
Mark
2026-03-25 18:59:27 +08:00
committed by GitHub
37 changed files with 268 additions and 347 deletions

View File

@@ -1099,7 +1099,6 @@ class ExtractionOrchestrator:
metadata=chunk.metadata,
)
chunk_nodes.append(chunk_node)
logger.error(f"chunk file: {chunk.files}")
for p, file_type in chunk.files: