GoodMem
ReferenceClient SDKs.NETModels

Space Model

Space Model documentation for .NET SDK

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

Properties

NameTypeDescriptionNotes
SpaceIdGuidThe unique identifier for this space.
NamestringThe name of the space.
LabelsDictionary<string, string>Key-value pairs of metadata associated with the space.
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).
OwnerIdGuidThe ID of the user who owns this space.
CreatedByIdGuidThe ID of the user who created this space.
UpdatedByIdGuidThe ID of the user who last updated this space.
PublicReadboolWhether this space is publicly readable by all users.
DefaultChunkingConfigChunkingConfiguration[optional]

On this page