MnemosyneEcto.Schema.Node.SQLite (mnemosyne_ecto v0.2.0)

Copy Markdown View Source

mnemosyne_nodes schema for SQLite, using a sqlite-vec float32 embedding column.

Summary

Types

t()

@type t() :: %MnemosyneEcto.Schema.Node.SQLite{
  __meta__: term(),
  created_at: term(),
  data: term(),
  embedding: term(),
  id: term(),
  links: term(),
  repo_id: term(),
  tenant_id: term(),
  type: term()
}