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

Add long-term memory summarization #15

Open
minipasila opened this issue Mar 11, 2023 · 1 comment
Open

Add long-term memory summarization #15

minipasila opened this issue Mar 11, 2023 · 1 comment

Comments

@minipasila
Copy link

Have a system that summarizes conversation history so you can have "long-term memory" kind of like how it's been implemented on this repository. This way even after you run out of tokens it will still remember most important parts of your conversation.

@miku448
Copy link
Contributor

miku448 commented Mar 15, 2023

Thank for you suggestion. We're currently experimenting with embeddings. We could probably do a mix between the two at some point if "memory line prompt-pasting" is not efficient enough.

For reference:
https://towardsdatascience.com/billion-scale-semantic-similarity-search-with-faiss-sbert-c845614962e2
https://arxiv.org/abs/2201.06009

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants