Class EmbeddingsSettings
Inheritance
EmbeddingsSettings
Assembly: Glitch9.AIDevKit.Agent.dll
Syntax
[Serializable]
public class EmbeddingsSettings : GenerationSettings, IEmbeddingsOptions, IGenerationOptions, IEmbeddingRequestOptions, IProviderRequestOptions
Properties
|
Edit this page
View Source
Dimensions
Declaration
public int Dimensions { get; }
Property Value
|
Edit this page
View Source
EmbedTaskType
Declaration
public EmbedTaskType EmbedTaskType { get; }
Property Value
|
Edit this page
View Source
Declaration
public int? MaxTokensPerInput { get; }
Property Value
|
Edit this page
View Source
ModelType
Declaration
public override ModelType ModelType { get; }
Property Value
Overrides
Implements
Extension Methods