Skip to main content

Module default

Module default 

Source
Expand description

Default LayeredMemory implementation.

Combines an EntryStore for append/query/evict operations with an IndexSearcher for future search capabilities. Implements the ConversationMemory trait using a conv:{session_id} partition scheme.

Structsยง

LayeredMemory
Default layered memory backed by an entry store and index searcher.