MemoryRecord
data class MemoryRecord(val content: String, val id: String? = null, val metadata: JsonObject? = null, val timestamp: Instant? = null)(source)
Represents a memory record that can be stored in a vector database.
Constructors
Link copied to clipboard
constructor(content: String, id: String? = null, metadata: JsonObject? = null, timestamp: Instant? = null)