-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using the graph interface is it possible to store values, and present the response later on as an output or input of a subsequent generation task? #1550
Comments
Not quite follow. |
Thanks for these detail. About the number 3
About the ’Rewrite‘The current rewrite component is only for question extending. Feature supportedResults of earlier generation prompts into a subsequent prompt to synthesize the overall output. |
This looks cool, I am looking forward to testing it. I created a new bug report under a separate item because graph page seems broken at this point. |
### What problem does this PR solve? infiniflow#1550 infiniflow#1210 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
Describe your problem
Is it possible to store values:
-- the capability of the graph interface to hold or retain data.
Store values means saving data points or information in a way that they can be retrieved or used later.
Present the response later on:
This means that the stored values should be retrievable or displayable in future interactions.
As an output or input of a subsequent generation task:
Output: The stored values can be shown or used as results of a process.
Input: The stored values can be used as starting data for a new process or task
The text was updated successfully, but these errors were encountered: