Package com.microsoft.semantickernel.memory
-
Interface Summary Interface Description MemoryStore An interface for storing and retrieving indexedMemoryRecordobjects in a data store.MemoryStore.Builder<T extends MemoryStore> SemanticTextMemory An interface for semantic memory that creates and recalls memories associated with text.SemanticTextMemory.Builder -
Class Summary Class Description DataEntryBase A base class for data entries.MemoryQueryResult Copy of metadata associated with a memory entry.MemoryRecord A record in a Semantic Kernel memory.MemoryRecordMetadata Class representing the metadata associated with a Semantic Kernel memory.NullMemory Implementation ofSemanticTextMemorythat stores nothing. -
Enum Summary Enum Description MemoryException.ErrorCodes Semantic kernel memory error codes. -
Exception Summary Exception Description MemoryException Exception thrown for errors related to memory logic.