-
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 |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
You would want to build a memory service that talks to mem0 or langmem. You can use the existing load_memory tool.