GoodMem
ReferenceClient SDKs.NET SDKModels

Space Model

Space Model documentation for .NET SDK

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.
LabelsDictionary<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.
PublicReadboolWhether this space is publicly readable by all users.
DefaultChunkingConfigChunkingConfiguration[optional]

↑ Back to .NET SDK ↑ Back to .NET SDK ↑ Back to .NET SDK

On this page