Tag node used to label and categorize other nodes in the graph.
Summary
Types
@type t() :: %Mnemosyne.Graph.Node.Tag{ created_at: DateTime.t(), embedding: [float()] | nil, id: String.t(), label: String.t(), links: %{required(Mnemosyne.Graph.Edge.edge_type()) => MapSet.t()} }