InterfaceIEmbeddingSettings
Interface
Represents configuration settings for generating embeddings using an AI model.
Definition
Namespace:Telerik.Documents.AI.Core
Assembly:Telerik.Documents.AI.Core.dll
Syntax:
cs-api-definition
public interface IEmbeddingSettings
Properties
EmbeddingTokenSize
Gets the size in tokens of each embedding that will be generated.
ModelId
Gets the ID of the model.
ModelMaxInputTokenLimit
Gets the maximum input token limit the model allows.
TokenizationEncoding
Gets the tokenization encoding.