SpaceEmbedder Model
SpaceEmbedder Model documentation for .NET SDK
Associates an embedder with a space, including retrieval configuration.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| SpaceId | string | The unique identifier for the space. | |
| EmbedderId | string | The unique identifier for the embedder. | |
| DefaultRetrievalWeight | double | The default weight for this embedder during retrieval operations. | |
| CreatedAt | long | Timestamp when this association was created (milliseconds since epoch). | |
| UpdatedAt | long | Timestamp when this association was last updated (milliseconds since epoch). | |
| CreatedById | string | The ID of the user who created this association. | |
| UpdatedById | string | The ID of the user who last updated this association. |