-
Notifications
You must be signed in to change notification settings - Fork 74
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
Adding a memory feature? #58
Comments
I'd be very keen to see RAG implemented but due to my limited time right now I probably won't get to it for a while. But I have been looking at integrating a db to store conversations long term for another project of mine, if I can get that code cleaned up and working well enough I may be able to implement it into the repo. Although one thing I'm not sure about is: I'd lean towards being able to store as many conversations you want but I'm not sure how I could implement a conversation selection UI |
What you're describing as being able to have multiple conversations stored and selectable via UI for loading would definitely be nice. Even loading from command line would be fine. |
This would be a fine addition |
Would it be possible to implement any sort of RAG with this? Or maybe something like being able to save our sessions and then have the ability to reload them? I find myself using this more and more ever since I started using an RF remote to activate recording, but I find that if I close the window by accident or something I end up losing my previous session.
Thanks
The text was updated successfully, but these errors were encountered: