Space Model
Space Model documentation for Java SDK
Space
A Space is a container for organizing related memories with vector embeddings.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| spaceId | String | The unique identifier for this space. | |
| name | String | The name of the space. | |
| labels | Map<String, String> | Key-value pairs of metadata associated with the space. | [optional] |
| spaceEmbedders | List<SpaceEmbedder> | The list of embedders associated with this space. | |
| createdAt | Long | Timestamp when this space was created (milliseconds since epoch). | |
| updatedAt | Long | Timestamp when this space was last updated (milliseconds since epoch). | |
| ownerId | String | The ID of the user who owns this space. | |
| createdById | String | The ID of the user who created this space. | |
| updatedById | String | The ID of the user who last updated this space. | |
| publicRead | Boolean | Whether this space is publicly readable by all users. | |
| defaultChunkingConfig | ChunkingConfiguration | [optional] |