Class KnowledgeBucketsRegistry
- Namespace
 - FoundationaLLM.Common.Models.Knowledge
 
- Assembly
 - FoundationaLLM.Common.dll
 
Represents a registry for knowledge buckets within the data pipeline engine.
public class KnowledgeBucketsRegistry
  - Inheritance
 - 
      
      KnowledgeBucketsRegistry
 
- Inherited Members
 
- Extension Methods
 
Properties
Entities
Gets or sets the knowledge buckets for entities.
[JsonPropertyName("entities")]
public SortedDictionary<string, KnowledgeBucketsRegistryEntry> Entities { get; set; }
  Property Value
Relationships
Gets or sets the knowledge buckets for relationships.
[JsonPropertyName("relationships")]
public SortedDictionary<string, KnowledgeBucketsRegistryEntry> Relationships { get; set; }