Class DataPipelineContentItemKnowledgePart
- Namespace
 - FoundationaLLM.Common.Models.DataPipelines
 
- Assembly
 - FoundationaLLM.Common.dll
 
Represents a knowledge part of a data pipeline content item.
public class DataPipelineContentItemKnowledgePart : DataPipelineContentItemPartBase
  - Inheritance
 - 
      
      
      
      DataPipelineContentItemKnowledgePart
 
- Inherited Members
 
- Extension Methods
 
Properties
EntitiesAndRelationships
Gets or sets the entities and relationships extracted from the content item part.
[JsonPropertyName("entities")]
[JsonPropertyOrder(1)]
public KnowledgeEntityRelationshipCollection<ExtractedKnowledgeEntity, ExtractedKnowledgeRelationship>? EntitiesAndRelationships { get; set; }
  Property Value
Methods
FromContentItemPart(DataPipelineContentItemPartBase)
Converts a content item part to a knowledge part.
public static DataPipelineContentItemKnowledgePart FromContentItemPart(DataPipelineContentItemPartBase contentItemPart)
  Parameters
contentItemPartDataPipelineContentItemPartBaseThe content item part to be converted.
Returns
- DataPipelineContentItemKnowledgePart
 A new content item knowledge part.