|
I want to have a memory layer with this framework like mem0 or langmem. Should I build a tool for it or should I use the BaseMemoryService from the memory module? If anyone have other ideas, please share here. Exploring further, I found that mem0 implementation is a little different from what the existing rag memory service provides. Still I would want to have my own implementation. Would love to know more about this rag memory feature |
Answered by
boyangsvl
May 3, 2025
Replies: 1 comment
|
You would want to build a memory service that talks to mem0 or langmem. You can use the existing load_memory tool. |
0 replies
Answer selected by
boyangsvl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You would want to build a memory service that talks to mem0 or langmem. You can use the existing load_memory tool.