Skip to content
Get started

Client

Get user profile
profile(ClientProfileParams**kwargs) -> ProfileResponse
POST/v4/profile
Add document
add(ClientAddParams**kwargs) -> AddResponse
POST/v3/documents
ModelsExpand Collapse
class ProfileResponse:
profile: Profile
dynamic: List[str]

Dynamic profile information (recent memories)

static: List[str]

Static profile information that remains relevant long-term

search_results: Optional[SearchResults]

Search results if a search query was provided

results: List[object]

Search results for the provided query

timing: float

Search timing in milliseconds

total: float

Total number of search results

class AddResponse:
id: str

Unique identifier of the document

status: str

Status of the document