Table of Contents

Class EmbeddingSettings

Namespace
FoundationaLLM.Context.Models.Configuration
Assembly
FoundationaLLM.Context.dll

Represents configuration settings for embedding operations.

public class EmbeddingSettings
Inheritance
EmbeddingSettings
Inherited Members
Extension Methods

Properties

EmbeddingAPIEndpointConfigurationObjectId

Gets or sets the API Endpoint Configuration object identifier for the endpoint used for embedding operations.

public required string EmbeddingAPIEndpointConfigurationObjectId { get; set; }

Property Value

string

ModelDeployments

Gets or sets a dictionary that maps model names to their corresponding model deployment names.

public Dictionary<string, string> ModelDeployments { get; set; }

Property Value

Dictionary<string, string>

Remarks

The keys are model names (e.g., text-embedding-3-large) and the values are model deployment names.