You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In today's new version release there is a Beta feature mentioned for knowledge base persistence which i liked well and went into details of it and found only one shortcoming in it that you have to manually run the update whenever a file which is in the knowledge base changes in content. Ideally this be automatically taken care of.
On the same lines of thought session/conversation/context persistence can be developed with little effort.
Idea is that Q automatically saves the conversation to storage say when context fills up to 90% and either you have to clear, save or compact to continue and in the process loose the agent thereby losing all or most part of the conversation history.
By saving it to storage we will have persistence and it's not required to load the full previous conversation into context but adding the feature that whenever interaction with the new agent starts the agent asks the user, do you want me to read the persisted conversation in the storage till the last checkpoint.
This would really really help developers save their valuable time for long running development or troubleshooting sessions. Would be great if it could be added to the standard.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
In today's new version release there is a Beta feature mentioned for knowledge base persistence which i liked well and went into details of it and found only one shortcoming in it that you have to manually run the update whenever a file which is in the knowledge base changes in content. Ideally this be automatically taken care of.
On the same lines of thought session/conversation/context persistence can be developed with little effort.
Idea is that Q automatically saves the conversation to storage say when context fills up to 90% and either you have to clear, save or compact to continue and in the process loose the agent thereby losing all or most part of the conversation history.
By saving it to storage we will have persistence and it's not required to load the full previous conversation into context but adding the feature that whenever interaction with the new agent starts the agent asks the user, do you want me to read the persisted conversation in the storage till the last checkpoint.
This would really really help developers save their valuable time for long running development or troubleshooting sessions. Would be great if it could be added to the standard.
Beta Was this translation helpful? Give feedback.
All reactions