Table of Contents

Class KnowledgeRelationshipEmbedding

Namespace
FoundationaLLM.Common.Models.Knowledge
Assembly
FoundationaLLM.Common.dll

Represents a knowledge relationship embedding used in a knowledge graph.

public class KnowledgeRelationshipEmbedding : KnowledgeRelationshipBase
Inheritance
KnowledgeRelationshipEmbedding
Inherited Members
Extension Methods

Properties

SummaryDescriptionEmbedding

Gets or sets the embedding of the summary description.

[JsonPropertyName("summary_description_embedding")]
[JsonPropertyOrder(1)]
public float[]? SummaryDescriptionEmbedding { get; set; }

Property Value

float[]