Interface IEmbeddingsOptions
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public interface IEmbeddingsOptions : IGenerationOptions
Properties
| Edit this page View SourceDimensions
Declaration
int Dimensions { get; }
Property Value
| Type | Description |
|---|---|
| int |
EmbedTaskType
Declaration
EmbedTaskType EmbedTaskType { get; }
Property Value
| Type | Description |
|---|---|
| EmbedTaskType |
MaxTokensPerInput
Declaration
int? MaxTokensPerInput { get; }
Property Value
| Type | Description |
|---|---|
| int? |