Class TitanEmbeddingResponse
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class TitanEmbeddingResponse : TitanEmbeddingResponseBase
Properties
| Edit this page View SourceEmbeddingsByType
A dictionary or map of the embedding list. Depends on the input, lists "float", "binary", or both. This field will always appear. Even if you don't specify embeddingTypes in your input, Documentation updated in English.
Declaration
[JsonProperty("embeddingsByType")]
public Dictionary<string, JArray> EmbeddingsByType { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, JArray> |