Table of Contents

Class EmbeddedContentPart

Namespace
FoundationaLLM.Common.Models.Vectorization
Assembly
FoundationaLLM.Common.dll

Provides information about an embedded content part.

public class EmbeddedContentPart
Inheritance
EmbeddedContentPart
Inherited Members
Extension Methods

Properties

Content

The text content that was embedded.

public required string Content { get; set; }

Property Value

string

Embedding

The vector embedding associated with the content.

public required Embedding Embedding { get; set; }

Property Value

Embedding

Id

The unique identifier of the embedded content part.

public required string Id { get; set; }

Property Value

string