Skip to main content
Summary is for a already summary of user infomation. Memobase will automatically understand and extract the summaries into structured profiles and events. An example of SummaryBlob is below:
from memobase import SummaryBlob

b = SummaryBlob(summary="User is a software engineer who works at Memobase....")


u.insert(b)