Memory
Retrieve all memories for a user based on the provided identifier. Returns a paginated list of memory chunks with their content, metadata, and scores.
Memories retrieved successfully
Validation Error
Internal server error
Memory features are not available
Delete multiple memories by their IDs. Only memories belonging to the authenticated user can be deleted.
Request model for deleting memories.
Attributes: memory_ids (list[str]): List of memory IDs to delete.
List of memory IDs to delete
Memories deletion completed
Invalid request - empty memory IDs list
Validation Error
Internal server error
Memory features are not available
No content
Delete all memories for a specific user. This operation will permanently remove all memories associated with the provided user ID.
All memories deleted successfully
Invalid request - user_id is required
No memories found for the specified user
Validation Error
Internal server error
Memory features are not available
No content
Update the content of a specific memory by its ID.
The unique identifier of the memory to update
Updated content for the memory
Memory updated successfully or failed to update
Validation Error
Internal server error
Memory features are not available
Last updated