Issue with current documentation:
Can a memory book support cross conversation? At present, it is only used as middleware to extract memory and put it into VDB, but when a new session is opened, the memory cannot be reflected in the chat
If we want to reflect the content of the memory book in cross conversation LLM chats, does mem0 itself have this function?
Or do we need to extract the content from mem0 as prompt words and add them to the beginning of the new conversation?