Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.memobase.io/llms.txt

Use this file to discover all available pages before exploring further.

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)