Skip to content
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

ConversationSummaryMemory: Provide option to create the summary of the whole conversation #5091

Closed
bilgeyucel opened this issue Jun 6, 2023 · 0 comments
Labels
wontfix This will not be worked on

Comments

@bilgeyucel
Copy link
Contributor

Is your feature request related to a problem? Please describe.
No

Describe the solution you'd like
Introducing a new parameter to ConversationSummaryMemory to create the summary of the whole conversation. Currently, by default, it generates the summary of every three conversations but doesn't touch again the generated summaries

Describe alternatives you've considered
Increasing summary_frequency to a large number but this approach fills up the context window very quickly

Additional context
I find it useful if we foresee long chats (>~5 queries by human, setting summary_frequency=1), otherwise, it might be too much

@julian-risch julian-risch added the P3 Low priority, leave it in the backlog label Jun 7, 2023
@masci masci added wontfix This will not be worked on and removed P3 Low priority, leave it in the backlog labels Mar 11, 2024
@masci masci closed this as completed Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants