You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't intend to invade personal privacy, but I'm curious if dropping this project is just a life thing where you don't have time or your interests changed, or if you ran into a technical problem with it that you couldn't solve.
Since you wrote the code you know it, and I was curious if there was a technical reason before I tried to figure out if someone else could pick up where you left off and take it from there. If there are potential roadblocks that you've run into, that'd be helpful to know for someone else wanting to revive this project.
Thanks for all the work you did on this.
The text was updated successfully, but these errors were encountered:
It's due to a combination of reasons but it boils down to the lack of time to keep this project running let alone keep it cutting-edge with the constant advancements in the LLM field.
There wasn't a specific technical issue I was experiencing. The core technology is actually conceptually simple, it's really just storing user/bot message embeddings in a vector database and a bunch of engineering around that. Although I have my doubts that this approach alone will be enough for a "truly immersive" long term memory bot, I can see it having its niche, potentially being part of a larger system in some capacity.
I'd be happy to see someone revive this project. If anyone chooses to do so, here are some possible directions. Please note that I'm not privy to the latest advancements in LLM tech so take these directions with a grain of salt.
Research:
Right now we get a lot of "filler" text because this extension chooses which memories to keep/reject based on a dumb message length filter. Is there a more clever way to do this? One possible approach is to use the LLM to summarize the last chat session then store these summaries as embeddings.
How would langcchain, SuperCOT, and the like impact the direction of research for this extension?
I don't intend to invade personal privacy, but I'm curious if dropping this project is just a life thing where you don't have time or your interests changed, or if you ran into a technical problem with it that you couldn't solve.
Since you wrote the code you know it, and I was curious if there was a technical reason before I tried to figure out if someone else could pick up where you left off and take it from there. If there are potential roadblocks that you've run into, that'd be helpful to know for someone else wanting to revive this project.
Thanks for all the work you did on this.
The text was updated successfully, but these errors were encountered: