Skip to main content

Module graph

Module graph 

Source
Expand description

Graph store using SQLite for relationship tracking between memories.

Provides a graph layer alongside LanceDB for tracking relationships like RELATED, SUPERSEDES, and CO_ACCESSED between items.

Structsยง

CoAccessEdge
A co-access relationship between two memory items.
ConnectionInfo
Full connection info for a memory item.
Edge
A relationship between two memory items in the graph.
GraphStore
SQLite-backed graph store for memory relationships.