Class MistralEmbedding
Inheritance
MistralEmbedding
Assembly: Glitch9.AIDevKit.Provider.Mistral.dll
Syntax
public class MistralEmbedding
Properties
|
Edit this page
View Source
Embedding
Declaration
[JsonProperty("embedding")]
public float[] Embedding { get; set; }
Property Value
|
Edit this page
View Source
Index
Declaration
[JsonProperty("index")]
public int Index { get; set; }
Property Value
|
Edit this page
View Source
Object
Declaration
[JsonProperty("object")]
public string Object { get; set; }
Property Value
Extension Methods