Namespace FoundationaLLM.Context.Models
Namespaces
Classes
- CachedKnowledgeGraph
Represents a knowledge graph with caching capabilities to optimize data retrieval and reduce redundant computations.
- CachedKnowledgeSource
Represents a knowledge source that caches data to improve retrieval performance.
- CodeSessionFileStore
Represents the files associated with a code session.
- CodeSessionFileStoreItem
Represents an file system item in a code session.
- KnowledgeGraphIndex
Represents an index for organizing and retrieving information in a knowledge graph.
- KnowledgeGraphIndexNode
Represents a node within a knowledge graph index.
- KnowledgeGraphIndexRelatedNode
Represents a node related to another node within a knowledge graph index.
- KnowledgeGraphIndexRelatedNodeComparer
Equality comparer for KnowledgeGraphIndexRelatedNode based on the UniqueId of RelatedEntity.