-
-
Notifications
You must be signed in to change notification settings - Fork 622
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
feat: Memory Integrations (chat history) #209
Conversation
Very nice! As I understand this will allow me to implement a postgre based chat message history, which I attempted in #186 |
exactly! 😄 , you just define the store and pass it down to the buffer, it could be anything (psql or any other). |
@tmc Can we add related to #125 |
I will see when I grab time, to add the token limit, like they have in the python lib, maybe we can do it as a separate PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add or augment an example showing use?
|
|
PR Checklist
memory: add interfaces for X, Y
orutil: add whizzbang helpers
).Fixes #123
).golangci-lint
checks.Description