GoodMem
ReferenceClient SDKsJavaScript SDKModels

Space Model

Space Model documentation for JavaScript SDK

Properties

NameTypeDescriptionNotes
spaceIdStringThe unique identifier for this space.
nameStringThe name of the space.
labels{String: String}Key-value pairs of metadata associated with the space.[optional]
spaceEmbedders[SpaceEmbedder]The list of embedders associated with this space.
createdAtNumberTimestamp when this space was created (milliseconds since epoch).
updatedAtNumberTimestamp 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