SQLiteMemoryStore

org.llm4s.agent.memory.SQLiteMemoryStore
See theSQLiteMemoryStore companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(dbPath: String, config: MemoryStoreConfig): Result[SQLiteMemoryStore]

Create a new SQLite memory store.

Create a new SQLite memory store.

Value parameters

config

Store configuration

dbPath

Path to database file, or ":memory:" for in-memory database

Attributes

Returns

Initialized store or error

Create an in-memory SQLite store for testing.

Create an in-memory SQLite store for testing.

Attributes

Concrete fields

val SchemaVersion: Int

Schema version for migrations.

Schema version for migrations.

Attributes