Mnemosyne.Graph.Node.Semantic (mnemosyne v0.1.5)

Copy Markdown View Source

Semantic memory node representing a proposition with a confidence score.

Summary

Types

t()

@type t() :: %Mnemosyne.Graph.Node.Semantic{
  confidence: float(),
  created_at: DateTime.t(),
  embedding: [float()] | nil,
  id: String.t(),
  links: %{required(Mnemosyne.Graph.Edge.edge_type()) => MapSet.t()},
  proposition: String.t()
}