SpaceEmbedderConfig Configuration
SpaceEmbedderConfig Configuration documentation for .NET SDK
Configuration for associating an embedder with a space.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| EmbedderId | string | The unique identifier for the embedder to associate with the space. | |
| DefaultRetrievalWeight | double? | Relative weight for this embedder used by default during retrieval. If omitted, defaults to 1.0; values need not sum to 1 and can be overridden per request. | [optional] |