I built one into my agent using sqlite…
Especially for indie users/devs and smaller teams. I built a part of this(the retriever) in https://github.com/itissid/wiki for replacing deepwiki. I think the challenge is to teach how ranking works to people more effectively so that they can build it for themselves and host them on their own. Like the other day someone who has worked in search explained to me why you would care about using learning-to-rank(LTR) tec…
We built a persistent agent memory layer on Elasticsearch with 0.89 recall
11–20 of 55 posts
Re: We built a persistent agent memory layer on Elasticsearch with 0.89 recall
#12This is such a basic thing nowadays, and ElasticSearch is massive overkill for it. Something like SQLite or LanceDB or basically any vector database is much more appropriate. This seems to be coming from the “we must make ElasticSearch AI-compatible” department more than anything.
Maintaining Elasticsearch isn't free, but picking an underpowered db and having to port to the right one is also quite time consuming.
Re: We built a persistent agent memory layer on Elasticsearch with 0.89 recall
#13Earlier quoted context omitted.
Especially for indie users/devs and smaller teams. I built a part of this(the retriever) in https://github.com/itissid/wiki for replacing deepwiki. I think the challenge is to teach how ranking works to people more effectively so that they can build it for themselves and host them on their own. Like the other day someone who has worked in search explained to me why you would care about using learning-to-rank(LTR) tec…
I don't treat memory like RAG. That's the key. I only track decisions, actions, and outcomes.
Re: We built a persistent agent memory layer on Elasticsearch with 0.89 recall
#14Re: We built a persistent agent memory layer on Elasticsearch with 0.89 recall
#15I have a request: can this text be even more AI generated?
Re: We built a persistent agent memory layer on Elasticsearch with 0.89 recall
#16It seems like a cool approach. Don't know if it's novel but it's much smarter than "shove markdown files into directories".
Re: We built a persistent agent memory layer on Elasticsearch with 0.89 recall
#17For someone who isn't super familiar, what is "R@10", and is 0.89 good? It's impossible to google for
Re: We built a persistent agent memory layer on Elasticsearch with 0.89 recall
#18This is such a basic thing nowadays, and ElasticSearch is massive overkill for it. Something like SQLite or LanceDB or basically any vector database is much more appropriate. This seems to be coming from the “we must make ElasticSearch AI-compatible” department more than anything.
Re: We built a persistent agent memory layer on Elasticsearch with 0.89 recall
#19This is such a basic thing nowadays, and ElasticSearch is massive overkill for it. Something like SQLite or LanceDB or basically any vector database is much more appropriate. This seems to be coming from the “we must make ElasticSearch AI-compatible” department more than anything.