PostgresMemoryStore

org.llm4s.agent.memory.PostgresMemoryStore
See thePostgresMemoryStore companion class

Attributes

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

Members list

Type members

Classlikes

final case class Config(host: String, port: Int, database: String, user: String, password: String, tableName: String, maxPoolSize: Int)

Attributes

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

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
SqlParam.type
sealed trait SqlParam

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class PBoolean
class PDouble
class PInt
class PLong
object PNullDouble
object PNullVector
class PString
class PTimestamp
Show all

Value members

Concrete methods