Table of Contents

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

IndexedKnowledgeGraph

SearchService

Gets or sets the Azure AI Search service used for performing search operations.

public IAzureAISearchService SearchService { get; set; }

Property Value

IAzureAISearchService