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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article