-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Memo rag notebook #74
base: main
Are you sure you want to change the base?
Conversation
Hi!
|
Going through the code again I realized it may return nice answers but the pipeline/workflow was not well-aligned with the paper. So I made some changes and now I think it's much better. I also added documentation to the renewed Memory Class and I think I now have the function you asked for in section 2 (I'm not 100% I understood what you meant there, but if I did then it's solved). I still need to add the comparison to vanilla RAG. Will do it ASAP. |
Added a notebook that outlines the MemoRAG technique and explains how MemoRAG works in principle.
Included an implementation of the workflow and a demonstration of the results on sample data.