MemoryStoreConfig

org.llm4s.agent.memory.MemoryStoreConfig
See theMemoryStoreConfig companion object
final case class MemoryStoreConfig(maxMemories: Option[Int], defaultEmbeddingDimensions: Int, enableAutoCleanup: Boolean, cleanupThreshold: Int)

Configuration for memory store behavior.

Value parameters

cleanupThreshold

Memory count threshold for triggering cleanup

defaultEmbeddingDimensions

Dimensions for embedding vectors

enableAutoCleanup

Whether to automatically clean old memories

maxMemories

Maximum number of memories to retain (None for unlimited)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product