InterfaceISupportPlainTextEmbeddings
Interface
Defines behavior for settings working with embedding of plain text.
Definition
Namespace:Telerik.Documents.AI.Core
Assembly:Telerik.Documents.AI.Core.dll
Syntax:
cs-api-definition
public interface ISupportPlainTextEmbeddings
Properties
MaxNumberOfEmbeddingsIncludedInContext
Gets or sets the maximum number of embeddings to be sent to the model.
Declaration
cs-api-definition
int MaxNumberOfEmbeddingsIncludedInContext { get; }
Property Value