Class KnowledgeItemBase
- Namespace
 - FoundationaLLM.Common.Models.Knowledge
 
- Assembly
 - FoundationaLLM.Common.dll
 
Represents the common properties of a knowledge item used in a data pipeline.
public class KnowledgeItemBase : DataPipelineItemBase
  - Inheritance
 - 
      
      
      KnowledgeItemBase
 
- Derived
 
- Inherited Members
 
- Extension Methods
 
Properties
BucketId
Gets the identifier of the bucket to which the knowledge item belongs.
[JsonIgnore]
public virtual string BucketId { get; }
  Property Value
UniqueId
Gets the unique identifier of the knowledge item.
[JsonIgnore]
public virtual string UniqueId { get; }