https://github.com/AttemorySystem/attemory/ stars and issues are welcome :)
Using attention for retrieval was inspired by a comment I saw in here long time ago: Prediction and retrieval are two sides of the same coin; to predict better, you must retrieve more accurately.
I'm still working on the improvement of algorithms, my tests shows the performance and accuracy will be improved a lot in the next release.
"A local Qwen3.5 retrieval model attends over the indexed memory"
Hrm.
What the difference of doing this vs semantic search over indexed fact chunks? This is RAG right?