TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Open Sourcing Remembrall: A Long-Term Memory Proxy for LLMs

3 pointsby raunakchowdhuriover 1 year ago

1 comment

raunakchowdhuriover 1 year ago
Hey HN,<p>A few weeks ago I shared a beta of Remembrall here and got a lot of great feedback from people in this community, with one of the most common requests being to open source the project.<p>Excited to share that we’re doing exactly that!<p>Remembrall is a proxy (integrates in two lines!) on top of your OpenAI queries that uses GPT to save&#x2F;update important details from each user’s conversations into a vector db. When the user continues the conversation we query the db for relevant info and prepend it into the system prompt. We have a lot of improvements in the works (function calling, queryable user profiles, and more) and would love your feedback on features you’d like to see!