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

Adding a memory feature? #58

Open
zheroz00 opened this issue Jun 6, 2024 · 3 comments
Open

Adding a memory feature? #58

zheroz00 opened this issue Jun 6, 2024 · 3 comments

Comments

@zheroz00
Copy link

zheroz00 commented Jun 6, 2024

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

@ILikeAI
Copy link
Owner

ILikeAI commented Jun 8, 2024

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:
Would you want to have just one conversation threat that persists but you can reset if you like, or would you like to be able to have multiple conversations that build up over time, and if so how would you like to be able to select which chat thread you want to use?

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

@zheroz00
Copy link
Author

zheroz00 commented Jun 9, 2024

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.

@fintarn
Copy link

fintarn commented Dec 31, 2024

This would be a fine addition

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

3 participants