Show HN: Rekal – Long-term memory for LLMs in a single SQLite file
github.com
Show HN: Rekal – Long-term memory for LLMs in a single SQLite file
1–10 of 18 posts
Re: Show HN: Rekal – Long-term memory for LLMs in a single SQLite file
#2Re: Show HN: Rekal – Long-term memory for LLMs in a single SQLite file
#3Re: Show HN: Rekal – Long-term memory for LLMs in a single SQLite file
#4Nice clean project - Python 3.14 as a requirement might be an issue for adoption...
Re: Show HN: Rekal – Long-term memory for LLMs in a single SQLite file
#5Re: Show HN: Rekal – Long-term memory for LLMs in a single SQLite file
#6Re: Show HN: Rekal – Long-term memory for LLMs in a single SQLite file
#7The hybrid search scoring is really well thought out. One question: are the 0.4/0.4/0.2 weights fixed or configurable? To me it feels like different use cases would want different balances (e.g. a coding assistant would want higher recency weights than a research tool would).
Re: Show HN: Rekal – Long-term memory for LLMs in a single SQLite file
#8All memories should not decay at the same rate. these weights should be configurable !
Re: Show HN: Rekal – Long-term memory for LLMs in a single SQLite file
#9Re: Show HN: Rekal – Long-term memory for LLMs in a single SQLite file
#10The hybrid search scoring is really well thought out. One question: are the 0.4/0.4/0.2 weights fixed or configurable? To me it feels like different use cases would want different balances (e.g. a coding assistant would want higher recency weights than a research tool would).
The 0.4/0.4/0.2 weights are just based of hand wavy trail an error, will look into other options. I could make them configurable?