struct

Engram::MemoryRecord

Inherits Struct < Value < Object

A single memory row read back from the store, with csv columns already split.

Constructors

new(id : Int64, slug : String, title : String, topics : Array(String), author : String | Nil, body : String, supersedes : Array(Int64), superseded_by : Int64 | Nil, embedding : Bytes | Nil, file_path : String, applied_at : String)

Builds a memory record from already-decoded fields.

Source

Instance methods

applied_at
Source
author
Source
body
Source
embedding
Source
file_path
Source
slug
Source
superseded_by
Source
supersedes
Source
title
Source
topics
Source