GoodMem
ReferenceClient SDKsJava SDKModels

Space Model

Space Model documentation for Java SDK

Space

A Space is a container for organizing related memories with vector embeddings.

Properties

NameTypeDescriptionNotes
spaceIdStringThe unique identifier for this space.
nameStringThe name of the space.
labelsMap<String, String>Key-value pairs of metadata associated with the space.[optional]
spaceEmbeddersList<SpaceEmbedder>The list of embedders associated with this space.
createdAtLongTimestamp when this space was created (milliseconds since epoch).
updatedAtLongTimestamp when this space was last updated (milliseconds since epoch).
ownerIdStringThe ID of the user who owns this space.
createdByIdStringThe ID of the user who created this space.
updatedByIdStringThe ID of the user who last updated this space.
publicReadBooleanWhether this space is publicly readable by all users.
defaultChunkingConfigChunkingConfiguration[optional]

On this page