-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Open
Labels
🐞 bugSomething isn't working, pull request that fix bug.Something isn't working, pull request that fix bug.
Description
Self Checks
- I have searched for existing issues search for existing issues, including closed ones.
- I confirm that I am using English to submit this report (Language Policy).
- Non-english title submitions will be closed directly ( 非英文标题的提交将会被直接关闭 ) (Language Policy).
- Please do not modify this template :) and fill in all the required fields.
RAGFlow workspace code commit ID
v0.19.0 slim
RAGFlow image version
v0.19.0 slim
Other environment information
Actual behavior
- Iteration component outputs contain both content and reference fields
- Generate component receives the iteration output but reference field is empty
- Final generated report lacks citation markers (#feat: impl dao #1$$, #impl tags api #2$$) and source references
- Only content text is preserved, all citation information is lost
Expected behavior
- Iteration component output should preserve reference information when passed to downstream components
- Generate component should receive complete data including references
- Final output should contain proper citations with reference markers
- Citation information should be maintained throughout the component chain
Steps to reproduce
1. Create a workflow: Iteration (with Retrieval + Generate inside) → Generate (report generation)
2. Configure Retrieval component with cite=true
3. Configure inner Generate component with cite=true to preserve references
4. Configure outer Generate component to reference the iteration output: {Iteration:ComponentName}
5. Run the workflow and observe that references are lost in the final outputAdditional information
- Issue occurs specifically when referencing iteration output in Generate components
- Iteration internal components (Retrieval, Generate) work correctly and show references
- Problem appears to be in the data transfer between Iteration and external Generate components
- Workaround: Currently no known workaround for preserving references across this component boundary
dosubot
Metadata
Metadata
Assignees
Labels
🐞 bugSomething isn't working, pull request that fix bug.Something isn't working, pull request that fix bug.

