mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### What problem does this PR solve? Fix: Resolved a bug where sibling components in Canvas were not restricted to fetching data from the upstream when parallel components were present. Issue: When parallel components existed in Canvas, sibling components incorrectly fetched data without being limited to the upstream scope, causing data retrieval issues. Solution: Adjusted the data fetching logic to ensure sibling components only retrieve data from the upstream scope. ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)