Class CachedKnowledgeUnit
- Namespace
 - FoundationaLLM.Context.Models
 
- Assembly
 - FoundationaLLM.ContextEngine.dll
 
Represents a cached knowledge unit.
public class CachedKnowledgeUnit
  - Inheritance
 - 
      
      CachedKnowledgeUnit
 
- Inherited Members
 
- Extension Methods
 
Properties
EmbeddingClient
Gets or sets the embedding client used for embedding-related operations.
public EmbeddingClient EmbeddingClient { get; set; }
  Property Value
- EmbeddingClient
 
KnowledgeGraph
Gets or sets the cached knowledge graph associated with this knowledge source.
public IndexedKnowledgeGraph? KnowledgeGraph { get; set; }
  Property Value
KnowledgeGraphEmbeddingClient
Gets or sets the embedding client used for embedding-related knowledge graph operations.
public EmbeddingClient? KnowledgeGraphEmbeddingClient { get; set; }
  Property Value
- EmbeddingClient
 
KnowledgeGraphSearchService
Gets or sets the Azure AI Search service used for performing knowledge graph search operations.
public IAzureAISearchService? KnowledgeGraphSearchService { get; set; }
  Property Value
SearchService
Gets or sets the Azure AI Search service used for performing search operations.
public IAzureAISearchService SearchService { get; set; }