ClassEmbedding
Class
Represents a text embedding consisting of the original text and its associated vector representation.
Definition
Namespace:Telerik.Documents.AI.Core
Assembly:Telerik.Documents.AI.Core.dll
Syntax:
cs-api-definition
public class Embedding
Inheritance: objectEmbedding
Constructors
Embedding(IFragment, float[])
Initializes a new instance of the Embedding class with the specified text and vector representation.
Properties
Fragment
Gets the fragment content associated with this instance.